summaryrefslogtreecommitdiff
path: root/pixman-1.pc.in
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@redhat.com>2007-08-06 17:24:44 -0400
committerSøren Sandmann Pedersen <sandmann@redhat.com>2007-08-06 17:24:44 -0400
commit7b3c9cef49cdedef03112054925005fa21120bd5 (patch)
tree0725628f27992fc0c57db2532046cd49c0c59be7 /pixman-1.pc.in
parent19c46bf18b9cf6694fa3de9c836a3d1eed6c6dac (diff)
Change the library name to pixman-1
Set the soname to something based on the library version.
Diffstat (limited to 'pixman-1.pc.in')
-rw-r--r--pixman-1.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/pixman-1.pc.in b/pixman-1.pc.in
new file mode 100644
index 0000000..4cf163a
--- /dev/null
+++ b/pixman-1.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: Pixman
+Description: The pixman library (version 1)
+Version: @PACKAGE_VERSION@
+Cflags: -I${includedir}/pixman-1 @DEP_CFLAGS@
+Libs: -L${libdir} -lpixman @DEP_LIBS@
+