diff options
Diffstat (limited to 'meta/packages/cairo/cairo_1.2.4.bb')
-rw-r--r-- | meta/packages/cairo/cairo_1.2.4.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/cairo/cairo_1.2.4.bb b/meta/packages/cairo/cairo_1.2.4.bb new file mode 100644 index 0000000000..bad6da8bde --- /dev/null +++ b/meta/packages/cairo/cairo_1.2.4.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | SECTION = "libs" | ||
2 | PRIORITY = "optional" | ||
3 | MAINTAINER = "Phil Blundell <pb@debian.org>" | ||
4 | DEPENDS = "libx11 libpng fontconfig libxrender" | ||
5 | DESCRIPTION = "Cairo graphics library" | ||
6 | LICENSE = "MPL LGPL" | ||
7 | PR = "r1" | ||
8 | |||
9 | SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz \ | ||
10 | file://cairo-fixed.patch;patch=1" | ||
11 | |||
12 | inherit autotools pkgconfig | ||
13 | |||
14 | do_stage () { | ||
15 | autotools_stage_all | ||
16 | } | ||