mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
xserver_xorg-server: fix dependency with dbus
If dbus and udev are enabled. Xorg link with both: $ arm-linux-readelf -d usr/bin/X | grep NEEDED 0x00000001 (NEEDED) Shared library: [libdbus-1.so.3] 0x00000001 (NEEDED) Shared library: [libpthread.so.0] 0x00000001 (NEEDED) Shared library: [libudev.so.1] [...] Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
30128ef4d0
commit
c01efc5ab9
@ -168,12 +168,12 @@ XSERVER_XORG_SERVER_CONF_OPTS += --enable-config-udev-kms
|
|||||||
else
|
else
|
||||||
XSERVER_XORG_SERVER_CONF_OPTS += --disable-config-udev-kms
|
XSERVER_XORG_SERVER_CONF_OPTS += --disable-config-udev-kms
|
||||||
endif
|
endif
|
||||||
else
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_DBUS),y)
|
ifeq ($(BR2_PACKAGE_DBUS),y)
|
||||||
XSERVER_XORG_SERVER_DEPENDENCIES += dbus
|
XSERVER_XORG_SERVER_DEPENDENCIES += dbus
|
||||||
XSERVER_XORG_SERVER_CONF_OPTS += --enable-config-dbus
|
XSERVER_XORG_SERVER_CONF_OPTS += --enable-config-dbus
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_FREETYPE),y)
|
ifeq ($(BR2_PACKAGE_FREETYPE),y)
|
||||||
XSERVER_XORG_SERVER_DEPENDENCIES += freetype
|
XSERVER_XORG_SERVER_DEPENDENCIES += freetype
|
||||||
|
Loading…
x
Reference in New Issue
Block a user