Mesa (master): targets/xvmc-nouveau: fix accidental hardcoded include path

Christoph Bumiller chrisbmr at kemper.freedesktop.org
Sun Apr 15 14:42:13 UTC 2012


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

Author: Christoph Bumiller <e0425955 at 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
 




More information about the mesa-commit mailing list