summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 5781702..b1f0c7a 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -72,8 +72,11 @@ check_PROGRAMS = $(TESTS)
if BUILD_EGL
EGL_TESTS = \
+ $()
+
+if HAVE_X11
+EGL_TESTS += \
egl_has_extension_nocontext \
- egl_gl \
egl_gles2_without_glx \
$()
@@ -83,6 +86,7 @@ endif
EGL_UTIL_LIB = libegl_common.la
endif
+endif
if BUILD_GLX
if HAS_ZNOW
@@ -93,6 +97,7 @@ if BUILD_EGL
if BUILD_GLX
if !BUILD_APPLE
EGL_AND_GLX_TESTS = \
+ egl_gl \
egl_and_glx_different_pointers_egl_glx \
egl_and_glx_different_pointers_egl \
egl_and_glx_different_pointers_glx \