Files
poky/meta/packages/cairo/cairo_1.2.4.bb
Jorn Baayen 55b765064d Added faster cairo_fixed_from_double()
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@638 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-25 10:14:14 +00:00

17 lines
382 B
BlitzBasic

SECTION = "libs"
PRIORITY = "optional"
MAINTAINER = "Phil Blundell <pb@debian.org>"
DEPENDS = "libx11 libpng fontconfig libxrender"
DESCRIPTION = "Cairo graphics library"
LICENSE = "MPL LGPL"
PR = "r1"
SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz \
file://cairo-fixed.patch;patch=1"
inherit autotools pkgconfig
do_stage () {
autotools_stage_all
}