summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2016-04-20 20:17:53 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2016-05-01 08:38:05 +0100
commit5459db91e31d8986d55e4cf3c86dc0c76ab0249a (patch)
tree5ce2e89358aeb312df4dc300160322064c1026d5 /configure.ac
parenta56009d0895fe09050edc1b3dd014bda5e965443 (diff)
downloadexternal_mesa3d-5459db91e31d8986d55e4cf3c86dc0c76ab0249a.zip
external_mesa3d-5459db91e31d8986d55e4cf3c86dc0c76ab0249a.tar.gz
external_mesa3d-5459db91e31d8986d55e4cf3c86dc0c76ab0249a.tar.bz2
automake: drop "EGL_" from HAVE_EGL_PLATFORM_X11
The variable covers more than just EGL, let's try to untangle the confusion it brings. Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0641b76..33c68cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1990,7 +1990,7 @@ else
EGL_NATIVE_PLATFORM="_EGL_INVALID_PLATFORM"
fi
-AM_CONDITIONAL(HAVE_EGL_PLATFORM_X11, echo "$egl_platforms" | grep -q 'x11')
+AM_CONDITIONAL(HAVE_PLATFORM_X11, echo "$egl_platforms" | grep -q 'x11')
AM_CONDITIONAL(HAVE_EGL_PLATFORM_WAYLAND, echo "$egl_platforms" | grep -q 'wayland')
AM_CONDITIONAL(HAVE_EGL_PLATFORM_DRM, echo "$egl_platforms" | grep -q 'drm')
AM_CONDITIONAL(HAVE_EGL_PLATFORM_SURFACELESS, echo "$egl_platforms" | grep -q 'surfaceless')