diff options
author | Christoph Bumiller <[email protected]> | 2012-04-15 16:40:53 +0200 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2012-04-15 16:40:53 +0200 |
commit | 1ce9205f790471214b69c94f2ee07c4eabfa26f0 (patch) | |
tree | 4b02a90882ac32b776ab12487758e810237f88a3 /src | |
parent | e55c276255db9cba0a3b6780913a1e924cb6ff6b (diff) |
targets/xvmc-nouveau: fix accidental hardcoded include path
5b0cd37324555638661a4a70c2bdf49eeebe876c wasn't meant to be pushed.
Diffstat (limited to 'src')
-rw-r--r-- | 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 e893781e6b8..f81f409dc9a 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 |