mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 10:59:41 +01: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:
14
openembedded/packages/cairo/cairo_1.0.4.bb
Normal file
14
openembedded/packages/cairo/cairo_1.0.4.bb
Normal file
@@ -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