changeset 4497:e7d902eeefda

mesa: also disable gles1 and gles2 if opengl is disabled.
author John W. Eaton <jwe@octave.org>
date Tue, 10 Oct 2017 05:31:43 -0400
parents 903796b2fcb6
children f47df619cd1d
files src/mesa.mk
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/mesa.mk	Fri Oct 06 16:22:23 2017 -0400
+++ b/src/mesa.mk	Tue Oct 10 05:31:43 2017 -0400
@@ -15,7 +15,8 @@
 else
   ifeq ($(USE_SYSTEM_OPENGL),yes)
     $(PKG)_CONFIGURE_OPENGL_OPTIONS := \
-      --disable-opengl --disable-dri --disable-glx \
+      --disable-opengl --disable-gles1 --disable-gles2 \
+      --disable-dri --disable-glx \
       --with-gallium-drivers="" --with-dri-drivers="" \
       --with-platforms=""
   else