mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
xserver: dri support is only for the modular server
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
fd5b0dc8fe
commit
8bbf552993
@ -121,10 +121,14 @@ ifneq ($(BR2_PACKAGE_XLIB_LIBXCOMPOSITE),y)
|
|||||||
XSERVER_XORG_SERVER_CONF_OPT += --disable-composite
|
XSERVER_XORG_SERVER_CONF_OPT += --disable-composite
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_XSERVER_xorg),y)
|
||||||
ifeq ($(BR2_PACKAGE_XPROTO_DRI2PROTO),y)
|
ifeq ($(BR2_PACKAGE_XPROTO_DRI2PROTO),y)
|
||||||
XSERVER_XORG_SERVER_DEPENDENCIES += xproto_dri2proto
|
XSERVER_XORG_SERVER_DEPENDENCIES += xproto_dri2proto
|
||||||
XSERVER_XORG_SERVER_CONF_OPT += --enable-dri2
|
XSERVER_XORG_SERVER_CONF_OPT += --enable-dri2
|
||||||
endif
|
endif
|
||||||
|
else
|
||||||
|
XSERVER_XORG_SERVER_CONF_OPT += --disable-dri2
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_XLIB_LIBXSCRNSAVER),y)
|
ifeq ($(BR2_PACKAGE_XLIB_LIBXSCRNSAVER),y)
|
||||||
XSERVER_XORG_SERVER_DEPENDENCIES += xlib_libXScrnSaver
|
XSERVER_XORG_SERVER_DEPENDENCIES += xlib_libXScrnSaver
|
||||||
|
Loading…
x
Reference in New Issue
Block a user