summaryrefslogtreecommitdiffstats
path: root/intel/libdrm_intel.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'intel/libdrm_intel.pc.in')
-rw-r--r--intel/libdrm_intel.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/intel/libdrm_intel.pc.in b/intel/libdrm_intel.pc.in
new file mode 100644
index 0000000..670e4fe
--- /dev/null
+++ b/intel/libdrm_intel.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libdrm_intel
+Description: Userspace interface to intel kernel DRM services
+Version: @PACKAGE_VERSION@
+Requires: libdrm
+Libs: -L${libdir} -ldrm_intel
+Cflags: -I${includedir} -I${includedir}/libdrm