blob: cfbb18ed0ef8fb7d830917e3b91399d9a7052425 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "virtual/libx11 libpng fontconfig libxrender"
DESCRIPTION = "Cairo graphics library"
LICENSE = "MPL LGPL"
PR = "r1"
SRC_URI = "http://cairographics.org/snapshots/cairo-${PV}.tar.gz"
inherit autotools pkgconfig
do_stage () {
oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
}
|