mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@272 311d38ba-8fff-0310-9ca6-ca027cbcb966
16 lines
333 B
BlitzBasic
16 lines
333 B
BlitzBasic
SECTION = "libs"
|
|
PRIORITY = "optional"
|
|
MAINTAINER = "Phil Blundell <pb@debian.org>"
|
|
DEPENDS = "x11 libpng fontconfig libxrender"
|
|
DESCRIPTION = "Cairo graphics library"
|
|
LICENSE = "MPL LGPL"
|
|
PR = "r1"
|
|
|
|
SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_stage () {
|
|
autotools_stage_all
|
|
}
|