mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 20:51:57 +02:00
15 lines
281 B
PHP
15 lines
281 B
PHP
SECTION = "libs"
|
|
PRIORITY = "optional"
|
|
DESCRIPTION = "Low-level pixel manipulation library."
|
|
LICENSE = "X11"
|
|
|
|
DEPENDS = "perl-native"
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|
|
SRC_URI = "${XORG_MIRROR}/individual/lib/${BPN}-${PV}.tar.gz;name=archive "
|
|
|
|
INC_PR = "r5"
|
|
|
|
inherit autotools pkgconfig
|