mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 05:28:03 +02:00
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>
This commit is contained in:
parent
7c697b1670
commit
d271336925
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue