summaryrefslogtreecommitdiff
path: root/src/gallium/targets
diff options
context:
space:
mode:
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>2012-04-06 17:02:08 +0200
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>2012-04-15 16:26:21 +0200
commit5b0cd37324555638661a4a70c2bdf49eeebe876c (patch)
tree4becf3548c146f95f5d63fae7ae39e56d4e7a0a2 /src/gallium/targets
parentd37f90f131ff18f0902e79853b2dbdfd494baa17 (diff)
targets/xvmc-nouveau: add libdrm include path
Diffstat (limited to 'src/gallium/targets')
-rw-r--r--src/gallium/targets/xvmc-nouveau/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/targets/xvmc-nouveau/Makefile b/src/gallium/targets/xvmc-nouveau/Makefile
index 1d687e35643..e893781e6b8 100644
--- a/src/gallium/targets/xvmc-nouveau/Makefile
+++ b/src/gallium/targets/xvmc-nouveau/Makefile
@@ -20,6 +20,8 @@ C_SOURCES = \
DRIVER_LIBS = $(shell $(PKG_CONFIG) libdrm_nouveau --libs) -lXfixes
+DRIVER_INCLUDES = -I/usr/include/libdrm/
+
LINK_WITH_CXX=1
include ../Makefile.xvmc