blob: 3123fe663263482099f969aad1120406e9eb4c95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "virtual/libx11 pixman libsm libpng fontconfig libxrender"
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
do_stage () {
autotools_stage_all
}
|