diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2006-11-16 23:30:42 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-16 23:30:42 +0000 |
commit | eabe2d63dc4635ca43903557db35e5bd065d55e6 (patch) | |
tree | 69db85a28e46794a868f6450e467571b1f852d85 /packages/cairo/cairo-1.3.2 | |
parent | a5c73badfa210a8a4e31229198633d1df2bb4de6 (diff) |
cairo: add 1.3.2 dev snapshot
Diffstat (limited to 'packages/cairo/cairo-1.3.2')
-rw-r--r-- | packages/cairo/cairo-1.3.2/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/cairo/cairo-1.3.2/configure.in_requires_pkg-config-0.15.diff | 13 |
2 files changed, 13 insertions, 0 deletions
diff --git a/packages/cairo/cairo-1.3.2/.mtn2git_empty b/packages/cairo/cairo-1.3.2/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/cairo/cairo-1.3.2/.mtn2git_empty diff --git a/packages/cairo/cairo-1.3.2/configure.in_requires_pkg-config-0.15.diff b/packages/cairo/cairo-1.3.2/configure.in_requires_pkg-config-0.15.diff new file mode 100644 index 0000000000..2bd70a532c --- /dev/null +++ b/packages/cairo/cairo-1.3.2/configure.in_requires_pkg-config-0.15.diff @@ -0,0 +1,13 @@ +Index: cairo-1.3.2-r0/cairo-1.3.2/configure.in +=================================================================== +--- cairo-1.3.2-r0.orig/cairo-1.3.2/configure.in 2006-11-15 22:31:59.000000000 +0100 ++++ cairo-1.3.2-r0/cairo-1.3.2/configure.in 2006-11-16 23:15:07.000000000 +0100 +@@ -90,7 +90,7 @@ + + dnl =========================================================================== + +-PKGCONFIG_REQUIRED=0.19 ++PKGCONFIG_REQUIRED=0.15 + PKG_PROG_PKG_CONFIG($PKGCONFIG_REQUIRED) + if test "x$PKG_CONFIG" = x; then + AC_MSG_ERROR([pkg-config >= $PKGCONFIG_REQUIRED required but not found (http://pkgconfig.freedesktop.org/)]) |