[Buildroot] [git commit] mesa3d: fix build without dri drivers

Peter Korsgaard peter at korsgaard.com
Sun Sep 28 20:45:10 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=d0edceb9d4e9ba6536af5b6687e8523f1c5ea5d1
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

If no dri drivers are enabled, then mesa shouldn't get built with dri
support.

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
Acked-by: Bernd Kuhls <bernd.kuhls at t-online.de>
---
 package/mesa3d/mesa3d.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk
index 8fc5075..ec76872 100644
--- a/package/mesa3d/mesa3d.mk
+++ b/package/mesa3d/mesa3d.mk
@@ -75,7 +75,7 @@ endif
 
 ifeq ($(MESA3D_DRI_DRIVERS-y),)
 MESA3D_CONF_OPT += \
-	--without-dri-drivers
+	--without-dri-drivers --without-dri
 else
 ifeq ($(BR2_PACKAGE_XPROTO_DRI3PROTO),y)
 MESA3D_DEPENDENCIES += xlib_libxshmfence xproto_dri3proto xproto_presentproto



More information about the buildroot mailing list