Skip to content
Snippets Groups Projects
Commit a773ce1d authored by Emma Anholt's avatar Emma Anholt
Browse files

Add libdrm_intel.pc by popular demand.

parent 6feac493
No related merge requests found
......@@ -36,6 +36,8 @@ i915.kld
install-sh
libdrm/config.h.in
libdrm.pc
libdrm_intel.pc
libdrm_nouveau.pc
libtool
ltmain.sh
mach64.kld
......
......@@ -25,6 +25,6 @@ AUTOMAKE_OPTIONS = foreign
SUBDIRS = libdrm shared-core tests
pkgconfigdir = @pkgconfigdir@
pkgconfig_DATA = libdrm.pc
pkgconfig_DATA = libdrm.pc libdrm_intel.pc
EXTRA_DIST = libdrm.pc.in
EXTRA_DIST = libdrm.pc.in libdrm_intel.pc.in
......@@ -143,4 +143,5 @@ AC_OUTPUT([
tests/Makefile
tests/modeprint/Makefile
tests/modetest/Makefile
libdrm.pc])
libdrm.pc
libdrm_intel.pc])
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 -ldrm_intel
Cflags: -I${includedir} -I${includedir}/drm
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment