targets/xvmc-nouveau: add libdrm include path
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Fri, 6 Apr 2012 15:02:08 +0000 (17:02 +0200)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Sun, 15 Apr 2012 14:26:21 +0000 (16:26 +0200)
src/gallium/targets/xvmc-nouveau/Makefile

index 1d687e3..e893781 100644 (file)
@@ -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