From: Peter Korsgaard Date: Sun, 28 Sep 2014 20:45:10 +0000 (+0200) Subject: mesa3d: fix build without dri drivers X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d0edceb9d4e9ba6536af5b6687e8523f1c5ea5d1;p=buildroot.git 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 Acked-by: Bernd Kuhls --- diff --git a/package/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk index 8fc5075555..ec76872c82 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