diff options
author | Elvis Lee <[email protected]> | 2012-07-19 13:54:05 +0900 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2012-07-30 11:58:02 -0400 |
commit | e7a4a2b18b9803c7b59968519c78c9fff4d521e6 (patch) | |
tree | 69f43e5474cb009b3412e6b5f4da993d8207dc60 /src/gbm/Makefile.am | |
parent | b51be8786f681210ed865c46065770ba91bc7bcb (diff) |
gbm: Fix build for wayland include
backends/gbm_dri.c fails to find wayland-server.h.
Signed-off-by: Elvis Lee <[email protected]>
Diffstat (limited to 'src/gbm/Makefile.am')
-rw-r--r-- | src/gbm/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |