mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
13 lines
257 B
PHP
13 lines
257 B
PHP
HOMEPAGE = "http://www.x.org"
|
|
SECTION = "x11/data"
|
|
LICENSE = "MIT"
|
|
|
|
XORG_PN = "${BPN}"
|
|
|
|
SRC_URI = "${XORG_MIRROR}/individual/data/${BP}.tar.bz2"
|
|
S = "${WORKDIR}/${XORG_PN}-${PV}"
|
|
|
|
inherit features_check autotools pkgconfig
|
|
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|