mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-12 17:20:13 +00:00
2b41bf1cc7
Signed-off-by: Koen Kooi <k-kooi@ti.com>
15 lines
285 B
PHP
15 lines
285 B
PHP
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
|