summaryrefslogtreecommitdiff
path: root/libdrm_armada.pc.in
diff options
context:
space:
mode:
authorRussell King <rmk_cubox@arm.linux.org.uk>2013-05-21 12:09:33 +0100
committerRussell King <rmk@arm.linux.org.uk>2013-05-21 12:16:40 +0100
commit725cd0b771768a03c838d7972a2e2357091f1574 (patch)
tree49d4658e9e17459f1b9faab28e28c253c85b9ddc /libdrm_armada.pc.in
parent38c232e6ae0b9eed2b15146bd940f95c9f0b36b7 (diff)
Rename dove -> armada
As this is not specific to Armada 510 (Dove) devices, but also appears on other Marvell Armada devices, use "armada" as the name rather than "dove". Signed-off-by: Russell King <rmk_cubox@arm.linux.org.uk>
Diffstat (limited to 'libdrm_armada.pc.in')
-rw-r--r--libdrm_armada.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/libdrm_armada.pc.in b/libdrm_armada.pc.in
new file mode 100644
index 0000000..8a3af77
--- /dev/null
+++ b/libdrm_armada.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libdrm_armada
+Description: Userspace interface to kernel DRM services
+Version: @PACKAGE_VERSION@
+Requires: libdrm
+Libs: -L${libdir} -ldrm_armada
+Cflags: -I${includedir}/libdrm