generic-poky/meta/packages/cairo/cairo.inc
2008-12-31 11:59:43 +00:00

12 lines
380 B
PHP

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_stage pkgconfig