summaryrefslogtreecommitdiffstats
path: root/meta/packages/cairo/cairo_1.3.8.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2006-12-22 09:57:13 +0000
committerRoss Burton <ross@openedhand.com>2006-12-22 09:57:13 +0000
commit32077bdb32334a34b0a364b49a00549a1c874dca (patch)
tree55528d7d9dc40be7274abee02cbcdad32643938d /meta/packages/cairo/cairo_1.3.8.bb
parentdaa65f7c49d48c4b3cd3ae34632fdbe7e99b17df (diff)
downloadpoky-32077bdb32334a34b0a364b49a00549a1c874dca.tar.gz
Upgrade Cairo to 1.3.8
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1069 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/cairo/cairo_1.3.8.bb')
-rw-r--r--meta/packages/cairo/cairo_1.3.8.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/packages/cairo/cairo_1.3.8.bb b/meta/packages/cairo/cairo_1.3.8.bb
new file mode 100644
index 0000000000..d9454fadcd
--- /dev/null
+++ b/meta/packages/cairo/cairo_1.3.8.bb
@@ -0,0 +1,20 @@
1#This is a development snapshot, so lets hint OE to use the releases
2DEFAULT_PREFERENCE = "-1"
3
4SECTION = "libs"
5PRIORITY = "optional"
6DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender"
7DESCRIPTION = "Cairo graphics library"
8LICENSE = "MPL LGPL"
9
10SRC_URI = "http://cairographics.org/snapshots/cairo-${PV}.tar.gz"
11
12#check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points
13require cairo-fpu.inc
14EXTRA_OECONF += "${@get_cairo_fpu_setting(bb, d)}"
15
16inherit autotools pkgconfig
17
18do_stage () {
19 autotools_stage_all
20}