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