mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
xserver_xorg-server: allow xserver without the systemd login daemon
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
2a19986c07
commit
8ee6d5aa6a
@ -64,6 +64,17 @@ XSERVER_XORG_SERVER_CONF_OPTS = \
|
|||||||
--with-fontrootdir=/usr/share/fonts/X11/ \
|
--with-fontrootdir=/usr/share/fonts/X11/ \
|
||||||
--$(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)
|
||||||
|
XSERVER_XORG_CONF_OPTS += \
|
||||||
|
--with-systemd-daemon \
|
||||||
|
--enable-systemd-logind
|
||||||
|
XSERVER_XORG_SERVER_DEPENDENCIES += systemd
|
||||||
|
else
|
||||||
|
XSERVER_XORG_CONF_OPTS += \
|
||||||
|
--without-systemd-daemon \
|
||||||
|
--disable-systemd-logind
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR),y)
|
ifeq ($(BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR),y)
|
||||||
XSERVER_XORG_SERVER_CONF_OPTS += --enable-xorg
|
XSERVER_XORG_SERVER_CONF_OPTS += --enable-xorg
|
||||||
XSERVER_XORG_SERVER_DEPENDENCIES += libpciaccess
|
XSERVER_XORG_SERVER_DEPENDENCIES += libpciaccess
|
||||||
|
Loading…
x
Reference in New Issue
Block a user