summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index adc7830..5781702 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -74,10 +74,13 @@ if BUILD_EGL
EGL_TESTS = \
egl_has_extension_nocontext \
egl_gl \
- egl_gles1_without_glx \
egl_gles2_without_glx \
$()
+if HAS_GLES1
+EGL_TESTS += egl_gles1_without_glx
+endif
+
EGL_UTIL_LIB = libegl_common.la
endif