mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
package/x11r7/xdriver_xf86-video-mach64: disable DRI support when not available
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
5ac2c983b2
commit
cf26ae7dd1
@ -1,7 +1,5 @@
|
|||||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_MACH64
|
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_MACH64
|
||||||
bool "xf86-video-mach64"
|
bool "xf86-video-mach64"
|
||||||
depends on BR2_PACKAGE_MESA3D
|
|
||||||
select BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST
|
|
||||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||||
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
||||||
@ -9,6 +7,3 @@ config BR2_PACKAGE_XDRIVER_XF86_VIDEO_MACH64
|
|||||||
select BR2_PACKAGE_XPROTO_XPROTO
|
select BR2_PACKAGE_XPROTO_XPROTO
|
||||||
help
|
help
|
||||||
mach64 video driver
|
mach64 video driver
|
||||||
|
|
||||||
comment "xf86-video-mach64 needs mesa3d"
|
|
||||||
depends on !BR2_PACKAGE_MESA3D
|
|
||||||
|
@ -12,4 +12,8 @@ XDRIVER_XF86_VIDEO_MACH64_LICENSE_FILES = COPYING
|
|||||||
XDRIVER_XF86_VIDEO_MACH64_AUTORECONF = YES
|
XDRIVER_XF86_VIDEO_MACH64_AUTORECONF = YES
|
||||||
XDRIVER_XF86_VIDEO_MACH64_DEPENDENCIES = xserver_xorg-server xproto_fontsproto xproto_randrproto xproto_renderproto xproto_xextproto xproto_xproto
|
XDRIVER_XF86_VIDEO_MACH64_DEPENDENCIES = xserver_xorg-server xproto_fontsproto xproto_randrproto xproto_renderproto xproto_xextproto xproto_xproto
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_MESA3D_DRI_DRIVER),)
|
||||||
|
XDRIVER_XF86_VIDEO_MACH64_CONF_OPTS = --disable-dri
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user