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