comparison src/mesa.mk @ 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 8f9bee27223f
children 102c3d608dd6
comparison
equal deleted inserted replaced
4496:903796b2fcb6 4497:e7d902eeefda
13 $(PKG)_CONFIGURE_OPENGL_OPTIONS := libgl-gdi 13 $(PKG)_CONFIGURE_OPENGL_OPTIONS := libgl-gdi
14 endif 14 endif
15 else 15 else
16 ifeq ($(USE_SYSTEM_OPENGL),yes) 16 ifeq ($(USE_SYSTEM_OPENGL),yes)
17 $(PKG)_CONFIGURE_OPENGL_OPTIONS := \ 17 $(PKG)_CONFIGURE_OPENGL_OPTIONS := \
18 --disable-opengl --disable-dri --disable-glx \ 18 --disable-opengl --disable-gles1 --disable-gles2 \
19 --disable-dri --disable-glx \
19 --with-gallium-drivers="" --with-dri-drivers="" \ 20 --with-gallium-drivers="" --with-dri-drivers="" \
20 --with-platforms="" 21 --with-platforms=""
21 else 22 else
22 $(PKG)_CONFIGURE_OPENGL_OPTIONS := \ 23 $(PKG)_CONFIGURE_OPENGL_OPTIONS := \
23 --enable-opengl --enable-dri --enable-glx="dri" \ 24 --enable-opengl --enable-dri --enable-glx="dri" \