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

Author: Christoph Bumiller <e0425...@student.tuwien.ac.at>
Date:   Sun Apr 15 16:40:53 2012 +0200

targets/xvmc-nouveau: fix accidental hardcoded include path

5b0cd37324555638661a4a70c2bdf49eeebe876c wasn't meant to be pushed.

---

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

diff --git a/src/gallium/targets/xvmc-nouveau/Makefile 
b/src/gallium/targets/xvmc-nouveau/Makefile
index e893781..f81f409 100644
--- a/src/gallium/targets/xvmc-nouveau/Makefile
+++ b/src/gallium/targets/xvmc-nouveau/Makefile
@@ -20,7 +20,7 @@ C_SOURCES = \
 
 DRIVER_LIBS = $(shell $(PKG_CONFIG) libdrm_nouveau --libs) -lXfixes
 
-DRIVER_INCLUDES = -I/usr/include/libdrm/
+DRIVER_INCLUDES = $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
 
 LINK_WITH_CXX=1
 

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

Reply via email to