mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 23:02:25 +02:00
xorg-lib: drop native overrides for REQUIRED_DISTRO_FEATURES
x11 is actually always present in native DISTRO_FEATURES, and so it's fine to require it in all cases. (From OE-Core rev: 1d9f1da619089fc8edee027261b1fbe2e673091b) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e6992dfe75
commit
ab2be4385e
@@ -30,7 +30,6 @@ inherit autotools pkgconfig distro_features_check
|
||||
|
||||
# The libxau and others requires x11 in DISTRO_FEATURES
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
REQUIRED_DISTRO_FEATURES_class-native = ""
|
||||
|
||||
export PYTHON = "python3"
|
||||
|
||||
|
||||
@@ -24,4 +24,3 @@ UNKNOWN_CONFIGURE_WHITELIST += "--enable-malloc0returnsnull --disable-malloc0ret
|
||||
"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES ?= "x11"
|
||||
REQUIRED_DISTRO_FEATURES_class-native = ""
|
||||
|
||||
Reference in New Issue
Block a user