projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d71a9b7
)
gbm: Fix gallium build when X11 is in a non-system directory
author
Eric Anholt
<eric@anholt.net>
Fri, 18 Jul 2014 23:25:45 +0000
(16:25 -0700)
committer
Eric Anholt
<eric@anholt.net>
Tue, 2 Sep 2014 20:48:54 +0000
(13:48 -0700)
pipe-loader.h will include Xlib.h when HAVE_PIPE_LOADER_XLIB is set in the
build.
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
src/gallium/state_trackers/gbm/Makefile.am
patch
|
blob
|
history
diff --git
a/src/gallium/state_trackers/gbm/Makefile.am
b/src/gallium/state_trackers/gbm/Makefile.am
index 4d9f3fe1a5aaebe5b9f2910224a52f78cbf33044..50995b353034523577a8e8ba8b97e6bde7a593d2 100644
(file)
--- a/
src/gallium/state_trackers/gbm/Makefile.am
+++ b/
src/gallium/state_trackers/gbm/Makefile.am
@@
-25,6
+25,7
@@
include $(top_srcdir)/src/gallium/Automake.inc
AM_CFLAGS = \
$(GALLIUM_CFLAGS) \
+ $(X11_INCLUDES) \
$(VISIBILITY_CFLAGS)
AM_CPPFLAGS = \