aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Høgsberg2010-04-09 15:33:38 -0500
committerKristian Høgsberg2010-04-09 15:33:38 -0500
commit894c86e8400f13f1ee0dfe23ca4b5f98c32d9223 (patch)
treec3bc9fad460ac12226b02a809d876fba165f00bf /libdrm.pc.in
parent204c76c4d62c06eceacd9d603f2bc3e2f8e84270 (diff)
downloadlibdrm-894c86e8400f13f1ee0dfe23ca4b5f98c32d9223.tar.gz
libdrm-894c86e8400f13f1ee0dfe23ca4b5f98c32d9223.tar.xz
libdrm-894c86e8400f13f1ee0dfe23ca4b5f98c32d9223.zip
Revert "Fix pkgconfig includes for /usr/include/drm"
This reverts commit 245d6957794648d7fd83279c680fed6e4c262147. libdrm now install headers in ${includedir}/libdrm and /usr/include/drm is reserved for the kernel headers. We should only ever add one of these to the CFLAGS.
Diffstat (limited to 'libdrm.pc.in')
-rw-r--r--libdrm.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdrm.pc.in b/libdrm.pc.in
index b218d124..b46e2a64 100644
--- a/libdrm.pc.in
+++ b/libdrm.pc.in
@@ -7,4 +7,4 @@ Name: libdrm
7Description: Userspace interface to kernel DRM services 7Description: Userspace interface to kernel DRM services
8Version: @PACKAGE_VERSION@ 8Version: @PACKAGE_VERSION@
9Libs: -L${libdir} -ldrm 9Libs: -L${libdir} -ldrm
10Cflags: -I${includedir} -I${includedir}/drm -I${includedir}/libdrm 10Cflags: -I${includedir} -I${includedir}/libdrm