Marcin Slusarz
2012-Dec-20 23:00 UTC
[Nouveau] [PATCH] libdrm_nouveau.pc: don't include I${includedir}/nouveau
Nouveau related headers are installed in I${includedir}/libdrm now.
---
nouveau/libdrm_nouveau.pc.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nouveau/libdrm_nouveau.pc.in b/nouveau/libdrm_nouveau.pc.in
index 6170613..454fc87 100644
--- a/nouveau/libdrm_nouveau.pc.in
+++ b/nouveau/libdrm_nouveau.pc.in
@@ -7,5 +7,5 @@ Name: libdrm_nouveau
Description: Userspace interface to nouveau kernel DRM services
Version: 2.4.33
Libs: -L${libdir} -ldrm_nouveau
-Cflags: -I${includedir} -I${includedir}/libdrm -I${includedir}/nouveau
+Cflags: -I${includedir} -I${includedir}/libdrm
Requires.private: libdrm
--
1.8.0.2
Seemingly Similar Threads
- [libdrm 09/13] nouveau: import and install a selection of nvif headers from the kernel
- Mesa build issue... is it just me?
- [libdrm v3 01/14] nouveau: import and install a selection of nvif headers from the kernel
- [PATCH 3/3] libdrm: Move all noninstalled headers to noinst_HEADERS.
- [libdrm v2 01/14] nouveau: import and install a selection of nvif headers from the kernel
