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