d4c79ffe1f
auto* build system and installing/using a libdrm specific set of drm headers. Thanks to Emil Velikov for removing the GNU makeisms upstream.
11 lines
250 B
PkgConfig
11 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
|