summaryrefslogtreecommitdiff
path: root/va/x11
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-09-27 14:26:03 +0200
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-09-27 16:08:34 +0200
commitbfc0dfefd8c41b6d88f143c495128e6b9cf77dc7 (patch)
treec6c9cd0f3762e8c9e89b43895b1a569ff30ec0af /va/x11
parent0a49e64b7591ab286aefbffa5b1ef46dc41de54a (diff)
downloadlibva-bfc0dfefd8c41b6d88f143c495128e6b9cf77dc7.tar.gz
Sanitize build dependencies.
Fix build dependencies for all backends (DRM, X11, GLX, EGL, Wayland), especially when they don't live in standard locations. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Diffstat (limited to 'va/x11')
-rw-r--r--va/x11/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/va/x11/Makefile.am b/va/x11/Makefile.am
index 8bcc284..c38cd58 100644
--- a/va/x11/Makefile.am
+++ b/va/x11/Makefile.am
@@ -25,6 +25,8 @@ INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/va \
$(X11_CFLAGS) \
+ $(XEXT_CFLAGS) \
+ $(XFIXES_CFLAGS) \
$(DRM_CFLAGS) \
$(NULL)