Files
yoctor-layers/meta-openembedded/meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc
2024-07-11 14:16:35 +02:00

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"