diff options
Diffstat (limited to 'recipes/cairo/cairo_1.2.4.bb')
-rw-r--r-- | recipes/cairo/cairo_1.2.4.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/cairo/cairo_1.2.4.bb b/recipes/cairo/cairo_1.2.4.bb new file mode 100644 index 0000000000..e274387195 --- /dev/null +++ b/recipes/cairo/cairo_1.2.4.bb @@ -0,0 +1,17 @@ +SECTION = "libs" +PRIORITY = "optional" +DEPENDS = "virtual/libx11 libpng fontconfig libxrender" +DESCRIPTION = "Cairo graphics library" +LICENSE = "MPL LGPL" +PR = "r2" + +SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz \ + file://0001-Add-autoconf-macro-AX_C_FLOAT_WORDS_BIGENDIAN.diff;patch=1 \ + file://0002-Change-_cairo_fixed_from_double-to-use-the-magic-number-technique.diff;patch=1 \ + " + +inherit autotools pkgconfig + +do_stage () { + autotools_stage_all +} |