Add pixman.pc.in
authorSoren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
Sat, 5 May 2007 02:08:40 +0000 (22:08 -0400)
committerSoren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
Sat, 5 May 2007 02:08:40 +0000 (22:08 -0400)
pixman.pc.in [new file with mode: 0644]

diff --git a/pixman.pc.in b/pixman.pc.in
new file mode 100644 (file)
index 0000000..9e6a440
--- /dev/null
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: Pixman
+Description: The pixman library
+Version: @PACKAGE_VERSION@
+Cflags: -I${includedir} @DEP_CFLAGS@
+Libs: -L${libdir} -llibcomp @DEP_LIBS@
+