mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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
|