From d01169e18035d062abb8e19fa2e7262769c08777 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mon, 19 Jan 2015 14:39:51 -0500 Subject: daemon: add wrapper for launching X session This commit adds a utility for launching an X server and session together. This utility works a lot like xinit, but makes use of modern X features (like -displayfd) and has GDM specific integration (like reading from gdm configuration, and optionally running through /etc/gdm/Xsession) The eventual idea is to get the main GDM code out of the X server launching business and instead farm the logic off to an unprivileged helper that gets run within the logind session of the user. https://bugzilla.gnome.org/show_bug.cgi?id=744764 --- utils/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'utils') diff --git a/utils/Makefile.am b/utils/Makefile.am index ca70a3ea..ae3cc01f 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -7,6 +7,8 @@ AM_CPPFLAGS = \ -I$(top_builddir) \ -I$(top_srcdir)/common \ -I$(top_builddir)/common \ + -DDATADIR=\"$(datadir)\" \ + -DGDMCONFDIR=\"$(gdmconfdir)\" \ -DLOCALSTATEDIR=\""$(localstatedir)"\" \ -DGDM_SCREENSHOT_DIR=\""$(GDM_SCREENSHOT_DIR)"\"\ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ @@ -29,9 +31,6 @@ bin_PROGRAMS = \ gdm-screenshot \ $(NULL) -gdmflexiserver_SOURCES = \ - gdmflexiserver.c \ - $(NULL) gdmflexiserver_LDADD = \ $(top_builddir)/common/libgdmcommon.la \ $(GTK_LIBS) \ -- cgit v1.2.1