aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/cairo/cairo_1.3.8.bb
blob: d9454fadcd5abd0483a7aa82f8702acb83690fdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#This is a development snapshot, so lets hint OE to use the releases
DEFAULT_PREFERENCE = "-1"

SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender"
DESCRIPTION = "Cairo graphics library"
LICENSE = "MPL LGPL"

SRC_URI = "http://cairographics.org/snapshots/cairo-${PV}.tar.gz"

#check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points 
require cairo-fpu.inc
EXTRA_OECONF += "${@get_cairo_fpu_setting(bb, d)}"

inherit autotools pkgconfig 

do_stage () {
 	autotools_stage_all
}