diff options
author | Steve Chaplin <stevech1097@yahoo.com.au> | 2009-11-16 19:50:41 +0800 |
---|---|---|
committer | Steve Chaplin <stevech1097@yahoo.com.au> | 2009-11-16 19:50:41 +0800 |
commit | 2a27c1c40b353fc6d567a796ae9059e241a97a25 (patch) | |
tree | ce2f9bd49595230515e050bad3aeac0d025c6ea4 | |
parent | 1e9c2e17f824c6043924ec025002a560f55cb1ac (diff) |
Add pycairo-uninstalled.pc.in, bug #24098
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | pycairo-uninstalled.pc.in | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 8e1301a..f305587 100644 --- a/configure.ac +++ b/configure.ac @@ -94,6 +94,7 @@ esac AC_CONFIG_FILES([ Makefile pycairo.pc +pycairo-uninstalled.pc src/Makefile doc/Makefile examples/Makefile diff --git a/pycairo-uninstalled.pc.in b/pycairo-uninstalled.pc.in new file mode 100644 index 0000000..80ede16 --- /dev/null +++ b/pycairo-uninstalled.pc.in @@ -0,0 +1,8 @@ +prefix=@prefix@ + +Name: Pycairo +Description: Python bindings for cairo +Version: @VERSION@ +Requires: cairo +Cflags: -I${pc_top_builddir}/${pcfiledir}/src +Libs: |