Module: Mesa
Branch: master
Commit: 5b0cd37324555638661a4a70c2bdf49eeebe876c
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b0cd37324555638661a4a70c2bdf49eeebe876c

Author: Christoph Bumiller <e0425...@student.tuwien.ac.at>
Date:   Fri Apr  6 17:02:08 2012 +0200

targets/xvmc-nouveau: add libdrm include path

---

 src/gallium/targets/xvmc-nouveau/Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/targets/xvmc-nouveau/Makefile 
b/src/gallium/targets/xvmc-nouveau/Makefile
index 1d687e3..e893781 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

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to