mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
toscoterm: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
679993691c
commit
28b7921d5e
|
|
@ -11,7 +11,9 @@ SRC_URI = "git://github.com/OSSystems/toscoterm.git"
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit gitpkgv pkgconfig
|
||||
inherit distro_features_check gitpkgv pkgconfig
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
do_compile() {
|
||||
oe_runmake \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user