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 /src/gbm/Makefile.am | |
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 'src/gbm/Makefile.am')
-rw-r--r-- | src/gbm/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gbm/Makefile.am b/src/gbm/Makefile.am index 9a584cab352..9ec6ea032ff 100644 --- a/src/gbm/Makefile.am +++ b/src/gbm/Makefile.am @@ -32,7 +32,7 @@ libgbm_la_LIBADD = \ $(top_builddir)/src/loader/libloader.la \ $(DLOPEN_LIBS) -if HAVE_EGL_PLATFORM_WAYLAND +if HAVE_PLATFORM_WAYLAND AM_CPPFLAGS = -DHAVE_WAYLAND_PLATFORM AM_CFLAGS += $(WAYLAND_CFLAGS) libgbm_la_LIBADD += $(top_builddir)/src/egl/wayland/wayland-drm/libwayland-drm.la $(WAYLAND_LIBS) |