mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
Move the functionality into autotools and ensure all our Poky recipes are no longer using it. Keep the autools_stage class around for OE compatability but just have it inherit autools. Signed-off-by: Joshua Lock <josh@linux.intel.com>
12 lines
373 B
HTML
12 lines
373 B
HTML
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
|