On Wed, 2015-12-02 at 12:33 +0100, Hans de Goede wrote: > Hi, > > On 02-12-15 11:16, Laércio de Sousa wrote: > > Since non-seat0 X servers no longer touch VTs since release 1.16, > > I believe these settings are unnecessary. > > > > Signed-off-by: Laércio de Sousa <[email protected]. > > gov.br> > > You're right: > > Reviewed-by: Hans de Goede <[email protected]> > > Ajax, can you pick this one up please ?
When applied to master, this breaks the build for me here: In file included from ../../../../hw/xfree86/common/xf86platformBus.h:27:0, from systemd-logind.c:39: systemd-logind.c: In function 'systemd_logind_init': ../../../../include/hotplug.h:78:29: error: 'SeatId' undeclared (first use in this function) #define ServerIsNotSeat0() (SeatId && strcmp(SeatId, "seat0")) ^ systemd-logind.c:618:10: note: in expansion of macro 'ServerIsNotSeat0' if (!ServerIsNotSeat0() && linux_parse_vt_settings(TRUE) && !linux_get_keep ^ ../../../../include/hotplug.h:78:29: note: each undeclared identifier is reported only once for each function it appears in #define ServerIsNotSeat0() (SeatId && strcmp(SeatId, "seat0")) ^ systemd-logind.c:618:10: note: in expansion of macro 'ServerIsNotSeat0' if (!ServerIsNotSeat0() && linux_parse_vt_settings(TRUE) && !linux_get_keep ^ Makefile:659: recipe for target 'systemd-logind.lo' failed - ajax _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
