generic-poky/meta/packages/cairo/cairo.inc
Richard Purdie 9d81973e01 cairo: Sync 1.3.14 with OE.dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1268 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-02-14 10:48:36 +00:00

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
}