mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
mesa3d: fix build without dri drivers
If no dri drivers are enabled, then mesa shouldn't get built with dri support. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de>
This commit is contained in:
parent
66a2dcc058
commit
d0edceb9d4
@ -75,7 +75,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(MESA3D_DRI_DRIVERS-y),)
|
ifeq ($(MESA3D_DRI_DRIVERS-y),)
|
||||||
MESA3D_CONF_OPT += \
|
MESA3D_CONF_OPT += \
|
||||||
--without-dri-drivers
|
--without-dri-drivers --without-dri
|
||||||
else
|
else
|
||||||
ifeq ($(BR2_PACKAGE_XPROTO_DRI3PROTO),y)
|
ifeq ($(BR2_PACKAGE_XPROTO_DRI3PROTO),y)
|
||||||
MESA3D_DEPENDENCIES += xlib_libxshmfence xproto_dri3proto xproto_presentproto
|
MESA3D_DEPENDENCIES += xlib_libxshmfence xproto_dri3proto xproto_presentproto
|
||||||
|
Loading…
x
Reference in New Issue
Block a user