changeset 4511:0117b5797a5c

mesa: Depend on llvm for native opengl builds.
author John W. Eaton <jwe@octave.org>
date Mon, 16 Oct 2017 18:04:56 -0400
parents 140689282d54
children 859c456e1257
files src/mesa.mk
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/mesa.mk	Mon Oct 16 20:26:32 2017 -0400
+++ b/src/mesa.mk	Mon Oct 16 18:04:56 2017 -0400
@@ -22,12 +22,12 @@
   else
     $(PKG)_CONFIGURE_OPENGL_OPTIONS := \
       --enable-opengl --enable-egl --enable-gles1 --enable-gles2 \
-      --enable-dri --enable-glx="dri" \
-      --with-gallium-drivers="" --with-dri-drivers="swrast" \
+      --with-gallium-drivers="swrast" --with-dri-drivers="" \
       --with-platforms="x11"
     ifeq ($(USE_SYSTEM_X11_LIBS),no)
       $(PKG)_DEPS += dri2proto glproto libdrm libxshmfence x11 xdamage xext xfixes
     endif
+    $(PKG)_DEPS += llvm
   endif
 endif
 
@@ -67,7 +67,6 @@
         --enable-osmesa \
         --disable-gbm \
         --disable-xvmc \
-        --disable-llvm \
         --enable-texture-float \
         && $(CONFIGURE_POST_HOOK)