mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
xorg-data-common: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -7,4 +7,6 @@ XORG_PN = "${BPN}"
|
|||||||
SRC_URI = "${XORG_MIRROR}/individual/data/${BP}.tar.bz2"
|
SRC_URI = "${XORG_MIRROR}/individual/data/${BP}.tar.bz2"
|
||||||
S = "${WORKDIR}/${XORG_PN}-${PV}"
|
S = "${WORKDIR}/${XORG_PN}-${PV}"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit distro_features_check autotools pkgconfig
|
||||||
|
|
||||||
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|||||||
Reference in New Issue
Block a user