blob: 51116b37577fc3b8f24dbd3c1690310a4d6dbe62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "libx11 libpng fontconfig libxrender"
DESCRIPTION = "Cairo graphics library"
LICENSE = "MPL LGPL"
PR = "r0"
SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz"
inherit autotools pkgconfig
do_stage () {
autotools_stage_all
}
|