mirror of
https://git.yoctoproject.org/poky
synced 2026-02-24 18:39:40 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1268 311d38ba-8fff-0310-9ca6-ca027cbcb966
16 lines
406 B
PHP
16 lines
406 B
PHP
SECTION = "libs"
|
|
PRIORITY = "optional"
|
|
DEPENDS = "virtual/libx11 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
|
|
}
|