mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
16 lines
444 B
BlitzBasic
16 lines
444 B
BlitzBasic
SECTION = "libs"
|
|
PRIORITY = "optional"
|
|
MAINTAINER = "Phil Blundell <pb@debian.org>"
|
|
DEPENDS = "x11 libpng fontconfig libxrender"
|
|
DESCRIPTION = "Cairo graphics library"
|
|
LICENSE = "MPL LGPL"
|
|
PR = "r1"
|
|
|
|
SRC_URI = "http://cairographics.org/releases/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}
|
|
}
|