diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-08-27 22:54:43 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-08-27 22:54:43 +0000 |
commit | 47f60742dc51c3d460a4a29dede426d6dd99fe26 (patch) | |
tree | 75f6ee44065240b93075d60151ee4b24ce9dc6c9 /packages/cairo/cairo_1.2.4.bb | |
parent | 7bf0dd268bab4a134d607422d7ebbae829754394 (diff) |
cairo: Add 1.2.4 (including float conversion speedup) (from poky)
Diffstat (limited to 'packages/cairo/cairo_1.2.4.bb')
-rw-r--r-- | packages/cairo/cairo_1.2.4.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/cairo/cairo_1.2.4.bb b/packages/cairo/cairo_1.2.4.bb new file mode 100644 index 0000000000..bad6da8bde --- /dev/null +++ b/packages/cairo/cairo_1.2.4.bb @@ -0,0 +1,16 @@ +SECTION = "libs" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell <pb@debian.org>" +DEPENDS = "libx11 libpng fontconfig libxrender" +DESCRIPTION = "Cairo graphics library" +LICENSE = "MPL LGPL" +PR = "r1" + +SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz \ + file://cairo-fixed.patch;patch=1" + +inherit autotools pkgconfig + +do_stage () { + autotools_stage_all +} |