aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cairo/cairo_1.3.4.bb
blob: 6d9a7c43ab0df6b9fea4710cabd04aa1132aa864 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#This is a development snapshot, so lets hint OE to use the releases
DEFAULT_PREFERENCE = "-1"

SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender"
DESCRIPTION = "Cairo graphics library"
LICENSE = "MPL LGPL"

SRC_URI = "http://cairographics.org/snapshots/cairo-${PV}.tar.gz \
           file://configure.in_requires_pkg-config-0.15.diff;patch=1;pnum=2"

inherit autotools pkgconfig 

do_stage () {
 	autotools_stage_all
}