mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 08:27:43 +00:00
xserver_xorg-server: Add support for DRI3
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
7eb4a73cee
commit
f3880b98ff
@ -170,8 +170,12 @@ 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
|
||||||
|
ifeq ($(BR2_PACKAGE_XPROTO_DRI3PROTO),y)
|
||||||
|
XSERVER_XORG_SERVER_DEPENDENCIES += xlib_libxshmfence xproto_dri3proto
|
||||||
|
XSERVER_XORG_SERVER_CONF_OPT += --enable-dri3
|
||||||
|
endif
|
||||||
else
|
else
|
||||||
XSERVER_XORG_SERVER_CONF_OPT += --disable-dri2
|
XSERVER_XORG_SERVER_CONF_OPT += --disable-dri2 --disable-dri3
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_XLIB_LIBXSCRNSAVER),y)
|
ifeq ($(BR2_PACKAGE_XLIB_LIBXSCRNSAVER),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user