From 5459db91e31d8986d55e4cf3c86dc0c76ab0249a Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Wed, 20 Apr 2016 20:17:53 +0100 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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') -- cgit v1.1