diff options
author | Emil Velikov <[email protected]> | 2016-04-20 20:18:02 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-05-01 08:38:05 +0100 |
commit | 9f3588eb37768ae52ceacf4926c3a43d4b4306bd (patch) | |
tree | 97c86bfb280059cc66d7109b236c888cc0b9fc59 /configure.ac | |
parent | 5459db91e31d8986d55e4cf3c86dc0c76ab0249a (diff) |
automake: drop "EGL_" from HAVE_EGL_PLATFORM_WAYLAND
Analogous to previous commit.
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 33c68cfcf4c..1c626021e9c 100644 --- a/configure.ac +++ b/configure.ac @@ -1991,7 +1991,7 @@ else fi 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_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') AM_CONDITIONAL(HAVE_EGL_PLATFORM_NULL, echo "$egl_platforms" | grep -q 'null') |