mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-19 23:28:38 +00:00
python-blivet: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -13,7 +13,7 @@ SRC_URI = "git://github.com/rhinstaller/blivet-gui;branch=master \
|
||||
"
|
||||
|
||||
inherit distro_features_check
|
||||
REQUIRED_DISTRO_FEATURES = "systemd"
|
||||
REQUIRED_DISTRO_FEATURES = "x11 systemd"
|
||||
|
||||
inherit setuptools3 python3native
|
||||
|
||||
|
||||
Reference in New Issue
Block a user