summaryrefslogtreecommitdiffstats
path: root/meta/packages/cairo/cairo.inc
blob: 1847519c6702e841266d9dc19a8db4250919d963 (plain)
1
2
3
4
5
6
7
8
9
10
11
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender pixman"
DESCRIPTION = "Cairo graphics library"
LICENSE = "MPL LGPL"

#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