# HG changeset patch # User John W. Eaton # Date 1507627903 14400 # Node ID e7d902eeefda9d9ebac5cc685fddc088bae12826 # Parent 903796b2fcb6e8fb7518ea9cc5c947168a261280 mesa: also disable gles1 and gles2 if opengl is disabled. diff -r 903796b2fcb6 -r e7d902eeefda src/mesa.mk --- 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