From ca9006193b275dbbecae44e2d8366eed6817fb7e Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mon, 12 Dec 2016 10:35:32 -0500 Subject: display: port GdmDisplay to xcb Xlib will kill the process if it notices the display connection has gone away. This is suboptimal for the main gdm process! This commit ports the Xlib code to xcb, so it won't have the above fragility. https://bugzilla.gnome.org/show_bug.cgi?id=776059 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index dd989928..fbf400e5 100644 --- a/configure.ac +++ b/configure.ac @@ -84,6 +84,7 @@ PKG_CHECK_MODULES(DAEMON, gio-2.0 >= $GLIB_REQUIRED_VERSION gio-unix-2.0 >= $GLIB_REQUIRED_VERSION accountsservice >= $ACCOUNTS_SERVICE_REQUIRED_VERSION + xcb ) AC_SUBST(DAEMON_CFLAGS) AC_SUBST(DAEMON_LIBS) -- cgit v1.2.1