mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
Add the missing SUMMARY fields and update DESCRIPTION fields if necessary Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
17 lines
708 B
PHP
17 lines
708 B
PHP
SUMMARY = "A 2D graphics library"
|
|
DESCRIPTION = "Cairo is a 2D graphics library designed to provide high-quality display \
|
|
and print output. Cairo is designed to produce consistent output on all output media while \
|
|
taking advantage of display hardware acceleration when available."
|
|
HOMEPAGE = "http://cairographics.org"
|
|
BUGTRACKER = "http://bugs.freedesktop.org"
|
|
SECTION = "libs"
|
|
PRIORITY = "optional"
|
|
LICENSE = "MPLv1.1 & LGPLv2.1"
|
|
DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender pixman"
|
|
|
|
#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
|