]> code.ossystems Code Review - openembedded-core.git/commitdiff
Added cairo 1.2.0 as needed by gtk 2.10
authorJorn Baayen <jorn@openedhand.com>
Thu, 20 Jul 2006 10:48:48 +0000 (10:48 +0000)
committerJorn Baayen <jorn@openedhand.com>
Thu, 20 Jul 2006 10:48:48 +0000 (10:48 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@517 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/cairo/cairo_1.2.0.bb [new file with mode: 0644]

diff --git a/openembedded/packages/cairo/cairo_1.2.0.bb b/openembedded/packages/cairo/cairo_1.2.0.bb
new file mode 100644 (file)
index 0000000..10603e3
--- /dev/null
@@ -0,0 +1,15 @@
+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"
+
+inherit autotools pkgconfig 
+
+do_stage () {
+       autotools_stage_all
+}