mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 23:47:42 +00:00
xserver_xorg-server: fix CONF_OPTS
Signed-off-by: Sagaert Johan <sagaert.johan@proximus.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
64453db466
commit
96484d07fc
@ -65,12 +65,12 @@ XSERVER_XORG_SERVER_CONF_OPTS = \
|
|||||||
--$(if $(BR2_PACKAGE_XSERVER_XORG_SERVER_XVFB),en,dis)able-xvfb
|
--$(if $(BR2_PACKAGE_XSERVER_XORG_SERVER_XVFB),en,dis)able-xvfb
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_SYSTEMD),y)
|
ifeq ($(BR2_PACKAGE_SYSTEMD),y)
|
||||||
XSERVER_XORG_CONF_OPTS += \
|
XSERVER_XORG_SERVER_CONF_OPTS += \
|
||||||
--with-systemd-daemon \
|
--with-systemd-daemon \
|
||||||
--enable-systemd-logind
|
--enable-systemd-logind
|
||||||
XSERVER_XORG_SERVER_DEPENDENCIES += systemd
|
XSERVER_XORG_SERVER_DEPENDENCIES += systemd
|
||||||
else
|
else
|
||||||
XSERVER_XORG_CONF_OPTS += \
|
XSERVER_XORG_SERVER_CONF_OPTS += \
|
||||||
--without-systemd-daemon \
|
--without-systemd-daemon \
|
||||||
--disable-systemd-logind
|
--disable-systemd-logind
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user