diff options
-rw-r--r-- | openembedded/packages/cairo/cairo_1.2.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/openembedded/packages/cairo/cairo_1.2.0.bb b/openembedded/packages/cairo/cairo_1.2.0.bb new file mode 100644 index 0000000000..10603e3f2f --- /dev/null +++ b/openembedded/packages/cairo/cairo_1.2.0.bb | |||
@@ -0,0 +1,15 @@ | |||
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 | |||
11 | inherit autotools pkgconfig | ||
12 | |||
13 | do_stage () { | ||
14 | autotools_stage_all | ||
15 | } | ||