Revert "Fix pkgconfig includes for /usr/include/drm"

This reverts commit 245d695779.

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.
main
Kristian Høgsberg 2010-04-09 16:33:38 -04:00
parent 204c76c4d6
commit 894c86e840
1 changed files with 1 additions and 1 deletions

View 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