mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 23:17:43 +00:00
xserver: libdrm is not needed for tinyx
libdrm is only needed for the modular server, and as libdrm needs largefile support and tinyx doesn't, this dependency could cause a build failure. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
f242065eff
commit
fd5b0dc8fe
@ -1,6 +1,6 @@
|
|||||||
config BR2_PACKAGE_XSERVER_XORG_SERVER
|
config BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||||
bool "xorg-server"
|
bool "xorg-server"
|
||||||
select BR2_PACKAGE_LIBDRM
|
select BR2_PACKAGE_LIBDRM if BR2_PACKAGE_XSERVER_xorg
|
||||||
select BR2_PACKAGE_MCOOKIE
|
select BR2_PACKAGE_MCOOKIE
|
||||||
select BR2_PACKAGE_OPENSSL
|
select BR2_PACKAGE_OPENSSL
|
||||||
select BR2_PACKAGE_PIXMAN
|
select BR2_PACKAGE_PIXMAN
|
||||||
|
@ -53,7 +53,6 @@ XSERVER_XORG_SERVER_DEPENDENCIES = \
|
|||||||
xproto_xf86rushproto \
|
xproto_xf86rushproto \
|
||||||
xproto_xf86vidmodeproto \
|
xproto_xf86vidmodeproto \
|
||||||
xproto_xproto \
|
xproto_xproto \
|
||||||
libdrm \
|
|
||||||
pixman \
|
pixman \
|
||||||
openssl \
|
openssl \
|
||||||
mcookie
|
mcookie
|
||||||
@ -65,7 +64,7 @@ XSERVER_XORG_SERVER_CONF_OPT = --disable-config-hal \
|
|||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_XSERVER_xorg),y)
|
ifeq ($(BR2_PACKAGE_XSERVER_xorg),y)
|
||||||
XSERVER_XORG_SERVER_CONF_OPT += --enable-xorg --disable-glx
|
XSERVER_XORG_SERVER_CONF_OPT += --enable-xorg --disable-glx
|
||||||
XSERVER_XORG_SERVER_DEPENDENCIES += xlib_libpciaccess
|
XSERVER_XORG_SERVER_DEPENDENCIES += xlib_libpciaccess libdrm
|
||||||
else
|
else
|
||||||
XSERVER_XORG_SERVER_CONF_OPT += --disable-xorg
|
XSERVER_XORG_SERVER_CONF_OPT += --disable-xorg
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user