mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
xserver_xorg-server: Fix DRI detection
Fixes http://autobuild.buildroot.net/results/b8a/b8a905b864b01aa09940668130a62d9d90ef5f9a/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
2d42ac75fd
commit
e3e322a766
@ -99,11 +99,11 @@ else # modular
|
|||||||
XSERVER_XORG_SERVER_CONF_OPT += --disable-kdrive --disable-xfbdev
|
XSERVER_XORG_SERVER_CONF_OPT += --disable-kdrive --disable-xfbdev
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_MESA3D_DRIVER),y)
|
ifeq ($(BR2_PACKAGE_MESA3D_DRI_DRIVER),y)
|
||||||
XSERVER_XORG_SERVER_CONF_OPT += --enable-dri
|
XSERVER_XORG_SERVER_CONF_OPT += --enable-dri --enable-glx
|
||||||
XSERVER_XORG_SERVER_DEPENDENCIES += mesa3d xproto_xf86driproto
|
XSERVER_XORG_SERVER_DEPENDENCIES += mesa3d xproto_xf86driproto
|
||||||
else
|
else
|
||||||
XSERVER_XORG_SERVER_CONF_OPT += --disable-dri
|
XSERVER_XORG_SERVER_CONF_OPT += --disable-dri --disable-glx
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_XSERVER_XORG_SERVER_NULL_CURSOR),y)
|
ifeq ($(BR2_PACKAGE_XSERVER_XORG_SERVER_NULL_CURSOR),y)
|
||||||
@ -179,12 +179,6 @@ ifneq ($(BR2_PACKAGE_XLIB_LIBDMX),y)
|
|||||||
XSERVER_XORG_SERVER_CONF_OPT += --disable-dmx
|
XSERVER_XORG_SERVER_CONF_OPT += --disable-dmx
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_MESA3D_DRIVER),y)
|
|
||||||
XSERVER_XORG_SERVER_CONF_OPT += --enable-glx
|
|
||||||
else
|
|
||||||
XSERVER_XORG_SERVER_CONF_OPT += --disable-glx
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||||
XSERVER_XORG_SERVER_CONF_OPT += --with-sha1=libcrypto
|
XSERVER_XORG_SERVER_CONF_OPT += --with-sha1=libcrypto
|
||||||
XSERVER_XORG_SERVER_DEPENDENCIES += openssl
|
XSERVER_XORG_SERVER_DEPENDENCIES += openssl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user