generic-poky/meta/packages/cairo/cairo.inc
Marcin Juszkiewicz a21dec2894 cairo: added missing dependency on pixman
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4294 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-21 14:51:21 +00:00

16 lines
413 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 pkgconfig
do_stage () {
autotools_stage_all
}