summaryrefslogtreecommitdiffstats
path: root/package/mesa3d
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2014-05-10 12:02:15 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-05-12 23:29:09 +0200
commitb11289752e5f862afeced9f34bfab2e6a521b776 (patch)
tree35fefee484f8a8912c8b1a34e5bf0c5b98c100b5 /package/mesa3d
parentf7230f6af5edd247f41029173d795f5e0bcf0c09 (diff)
mesa3d: use --enable-shared-glapi also for Gallium drivers
Needed since this upstream commit: http://cgit.freedesktop.org/mesa/mesa/commit/configure.ac?h=10.2&id=0432aa064bf5d4d0ad8fc3c4d648b8feb238ddfa Remove --disable-shared-glapi from the non-DRI-block, this would break with enabled Gallium drivers. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/mesa3d')
-rw-r--r--package/mesa3d/mesa3d.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk
index a09e4c660..8c0678cfc 100644
--- a/package/mesa3d/mesa3d.mk
+++ b/package/mesa3d/mesa3d.mk
@@ -63,13 +63,13 @@ MESA3D_CONF_OPT += \
--without-gallium-drivers
else
MESA3D_CONF_OPT += \
+ --enable-shared-glapi \
--with-gallium-drivers=$(subst $(space),$(comma),$(MESA3D_GALLIUM_DRIVERS-y))
endif
ifeq ($(MESA3D_DRI_DRIVERS-y),)
MESA3D_CONF_OPT += \
--disable-dri \
- --disable-shared-glapi \
--without-dri-drivers
else
MESA3D_CONF_OPT += \