libdrm_intel.pc: don't include ${includedir}/drm

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>
main
Julien Cristau 2010-02-26 19:07:22 +01:00 committed by Eric Anholt
parent 7c697b1670
commit d271336925
1 changed files with 1 additions and 1 deletions

View 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}