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
parent
7c697b1670
commit
d271336925
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue