diff options
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) |