From: Elvis Lee Date: Thu, 19 Jul 2012 04:54:05 +0000 (+0900) Subject: gbm: Fix build for wayland include X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e7a4a2b18b9803c7b59968519c78c9fff4d521e6;p=mesa.git gbm: Fix build for wayland include backends/gbm_dri.c fails to find wayland-server.h. Signed-off-by: Elvis Lee --- diff --git a/src/gbm/Makefile.am b/src/gbm/Makefile.am index 5ca28395a17..f079da16743 100644 --- a/src/gbm/Makefile.am +++ b/src/gbm/Makefile.am @@ -22,6 +22,7 @@ libgbm_la_LIBADD = $(LIBUDEV_LIBS) $(DLOPEN_LIBS) if HAVE_EGL_PLATFORM_WAYLAND AM_CPPFLAGS = -DHAVE_WAYLAND_PLATFORM +AM_CFLAGS += $(WAYLAND_CFLAGS) endif if HAVE_DRI