diff options
author | Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com> | 2007-05-04 22:08:40 -0400 |
---|---|---|
committer | Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com> | 2007-05-04 22:08:40 -0400 |
commit | 9f40d13e9f9e23f62280375605f4234e71642c24 (patch) | |
tree | 212b21a2e2c1a5a48c7dde8d5dbc7a9538810937 | |
parent | 7f0b18c94cf84750b097fe96aa3c8ac9e1b406e3 (diff) |
Add pixman.pc.in
-rw-r--r-- | pixman.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pixman.pc.in b/pixman.pc.in new file mode 100644 index 00000000..9e6a4405 --- /dev/null +++ b/pixman.pc.in @@ -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@ + |