libdrm_intel.pc: don't include ${includedir}/drm
authorJulien Cristau <jcristau@debian.org>
Fri, 26 Feb 2010 18:07:22 +0000 (19:07 +0100)
committerEric Anholt <eric@anholt.net>
Wed, 17 Mar 2010 19:45:23 +0000 (12:45 -0700)
intel_bufmgr.h is installed in ${includedir} directly, and the other
headers are taken care of by libdrm.pc's Cflags.

Signed-off-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
intel/libdrm_intel.pc.in

index b93f1c6..e8080d9 100644 (file)
@@ -8,4 +8,4 @@ Description: Userspace interface to kernel DRM services
 Version: @PACKAGE_VERSION@
 Requires: libdrm
 Libs: -L${libdir} -ldrm_intel
-Cflags: -I${includedir} -I${includedir}/drm
+Cflags: -I${includedir}