Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1 v2] allow xserver without the systemd login daemon.
@ 2015-03-29 21:24 Sagaert Johan
  2015-03-31 18:14 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Sagaert Johan @ 2015-03-29 21:24 UTC (permalink / raw)
  To: buildroot


Thanks to Noel Vellemans for the hint.
Signed-off-by: Sagaert Johan <sagaert.johan@proximus.be>
---
Patch v1->v2 :
	added else clause as suggested by Thomas.
---
 package/x11r7/xserver_xorg-server/xserver_xorg-server.mk | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk b/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
index bb5381c..c290734 100644
--- a/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
+++ b/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
@@ -64,6 +64,16 @@ XSERVER_XORG_SERVER_CONF_OPTS = \
 	--with-fontrootdir=/usr/share/fonts/X11/ \
 	--$(if $(BR2_PACKAGE_XSERVER_XORG_SERVER_XVFB),en,dis)able-xvfb
 
+ifeq ($(BR2_PACKAGE_SYSTEMD),y)
+XSERVER_XORG_CONF_OPTS += \
+	--with-systemd-daemon \
+	--enable-systemd-logind
+else
+XSERVER_XORG_CONF_OPTS += \
+	--without-systemd-daemon \
+	--disable-systemd-logind
+endif
+
 ifeq ($(BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR),y)
 XSERVER_XORG_SERVER_CONF_OPTS += --enable-xorg
 XSERVER_XORG_SERVER_DEPENDENCIES += libpciaccess
-- 
2.3.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-31 18:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-29 21:24 [Buildroot] [PATCH 1/1 v2] allow xserver without the systemd login daemon Sagaert Johan
2015-03-31 18:14 ` Arnout Vandecappelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox