blob: 539a33a8880a1a05c9c68eed3ddcd7e801595289 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
SECTION = "libs"
PRIORITY = "optional"
DESCRIPTION = "Low-level pixel manipulation library."
LICENSE = "X11"
DEPENDS = "perl-native"
BBCLASSEXTEND = "native"
SRC_URI = "http://cairographics.org/releases/${BPN}-${PV}.tar.gz;name=archive "
INC_PR = "r5"
inherit autotools pkgconfig
|