Revert "Fix pkgconfig includes for /usr/include/drm"
authorKristian Høgsberg <krh@bitplanet.net>
Fri, 9 Apr 2010 20:33:38 +0000 (16:33 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 9 Apr 2010 20:33:38 +0000 (16:33 -0400)
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.

libdrm.pc.in

index b218d12..b46e2a6 100644 (file)
@@ -7,4 +7,4 @@ Name: libdrm
 Description: Userspace interface to kernel DRM services
 Version: @PACKAGE_VERSION@
 Libs: -L${libdir} -ldrm
-Cflags: -I${includedir} -I${includedir}/drm -I${includedir}/libdrm
+Cflags: -I${includedir} -I${includedir}/libdrm