mesa-drm/libdrm.pc.in
Kristian Høgsberg 894c86e840 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.
2010-04-09 16:33:38 -04:00

10 lines
250 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libdrm
Description: Userspace interface to kernel DRM services
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -ldrm
Cflags: -I${includedir} -I${includedir}/libdrm