summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2016-04-20 20:18:02 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2016-05-01 08:38:05 +0100
commit9f3588eb37768ae52ceacf4926c3a43d4b4306bd (patch)
tree97c86bfb280059cc66d7109b236c888cc0b9fc59 /src/Makefile.am
parent5459db91e31d8986d55e4cf3c86dc0c76ab0249a (diff)
downloadexternal_mesa3d-9f3588eb37768ae52ceacf4926c3a43d4b4306bd.tar.gz
external_mesa3d-9f3588eb37768ae52ceacf4926c3a43d4b4306bd.tar.bz2
external_mesa3d-9f3588eb37768ae52ceacf4926c3a43d4b4306bd.zip
automake: drop "EGL_" from HAVE_EGL_PLATFORM_WAYLAND
Analogous to previous commit. Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9a1fddfacb..29d4ea94ca 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -38,7 +38,7 @@ if HAVE_DRI_GLX
SUBDIRS += glx
endif
-if HAVE_EGL_PLATFORM_WAYLAND
+if HAVE_PLATFORM_WAYLAND
SUBDIRS += egl/wayland/wayland-egl egl/wayland/wayland-drm
endif