summaryrefslogtreecommitdiff
path: root/tegra/libdrm_tegra.pc.in
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@avionic-design.de>2012-12-01 10:30:38 +0100
committerThierry Reding <treding@nvidia.com>2014-11-27 17:05:35 +0100
commitd6a4c2cbd11e357a9123f6d41f6d40d38e82e7f2 (patch)
tree22fb43f3d381c6d8dd953890a2b2ab533cee642d /tegra/libdrm_tegra.pc.in
parentfb4177046de19730a784c3c16e4b73aab0ec6e41 (diff)
downloaddrm-d6a4c2cbd11e357a9123f6d41f6d40d38e82e7f2.tar.gz
libdrm: Add NVIDIA Tegra support
Add the libdrm_tegra helper library to encapsulate Tegra-specific interfaces to the DRM. Furthermore, Tegra is added to the list of supported chips in the modetest and vbltest programs. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
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 00000000..2e06f49c
--- /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