Do not explicitly enable GLES v1 on distcheck

Mesa packagers disabled it explicitly on Fedora since 2013, and it makes
sense not to have people target an obsolete, barely supported API.
This commit is contained in:
Emmanuele Bassi 2015-08-21 11:37:42 +01:00
parent f20cc24292
commit f4635b6bd2
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ DISTCHECK_CONFIGURE_FLAGS = \
--enable-gtk-doc \
--enable-maintainer-flags \
--enable-profile \
--enable-gles1 \
--enable-gles2 \
--enable-gl \
--enable-xlib-egl-platform \