diff options
author | Eric Anholt <[email protected]> | 2014-07-18 16:25:45 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2014-09-02 13:48:54 -0700 |
commit | 1718ba30e560d4b083ee5379b84d190315fd998f (patch) | |
tree | 49e3dd422aa618b5956273bb7a0c4fd86d1d0010 /src | |
parent | d71a9b7d9dc65a5cd56a81a816bc05535031d706 (diff) |
gbm: Fix gallium build when X11 is in a non-system directory
pipe-loader.h will include Xlib.h when HAVE_PIPE_LOADER_XLIB is set in the
build.
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/state_trackers/gbm/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/gbm/Makefile.am b/src/gallium/state_trackers/gbm/Makefile.am index 4d9f3fe1a5a..50995b35303 100644 --- 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 = \ |