cc283d3c86
Now that xenocara has been made clean with respect to using kernel headers instead of those provided with libdrm, remove the copy of the headers included here. Since it is now very simple, move it over to using standard bsd makefiles instead of autoconf. ok matthieu@
11 lines
254 B
PkgConfig
11 lines
254 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/usr/include/dev/pci/drm
|