mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
Add latest cairo (1.0.4)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@339 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
SECTION = "libs"
|
||||||
|
PRIORITY = "optional"
|
||||||
|
MAINTAINER = "Phil Blundell <pb@debian.org>"
|
||||||
|
DEPENDS = "x11 libpng fontconfig libxrender"
|
||||||
|
DESCRIPTION = "Cairo graphics library"
|
||||||
|
LICENSE = "MPL LGPL"
|
||||||
|
|
||||||
|
SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz"
|
||||||
|
|
||||||
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
do_stage () {
|
||||||
|
autotools_stage_all
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user