projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b51be87
)
gbm: Fix build for wayland include
author
Elvis Lee
<kwangwoong.lee@lge.com>
Thu, 19 Jul 2012 04:54:05 +0000
(13:54 +0900)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Mon, 30 Jul 2012 15:58:02 +0000
(11:58 -0400)
backends/gbm_dri.c fails to find wayland-server.h.
Signed-off-by: Elvis Lee <kwangwoong.lee@lge.com>
src/gbm/Makefile.am
patch
|
blob
|
history
diff --git
a/src/gbm/Makefile.am
b/src/gbm/Makefile.am
index
5ca2839
..
f079da1
100644
(file)
--- 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