mirror of
https://git.yoctoproject.org/poky
synced 2026-04-24 21:32:12 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@638 311d38ba-8fff-0310-9ca6-ca027cbcb966
17 lines
382 B
BlitzBasic
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
|
|
}
|