1a7ebdeb62
modules in openwrt. Thanks to ryd for helping to make this possible. (Only numpy is completly broken now because it has dependencies which where pervioulsy taken from the build system) git-svn-id: svn://svn.openwrt.org/openwrt/packages@12821 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
365 B
Diff
14 lines
365 B
Diff
--- pycairo-1.6.4/pycairo.pc.in.orig 2008-09-30 16:55:10.000000000 +0200
|
|
+++ pycairo-1.6.4/pycairo.pc.in 2008-09-30 16:55:44.000000000 +0200
|
|
@@ -1,8 +1,9 @@
|
|
prefix=@prefix@
|
|
+includedir=@includedir@
|
|
|
|
Name: Pycairo
|
|
Description: Python bindings for cairo
|
|
Version: @VERSION@
|
|
Requires: cairo
|
|
-Cflags: -I@includedir@/pycairo
|
|
+Cflags: -I${includedir}/pycairo
|
|
Libs:
|