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