summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-03-27 18:16:27 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-03 17:26:29 +0100
commit1d9f1da619089fc8edee027261b1fbe2e673091b (patch)
tree58fbb5385ccaa98c07291a25b13e3ef984acb5e6 /meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb
parent95a16610383a1eb28eac145b1bce8202213ad18f (diff)
downloadopenembedded-core-contrib-1d9f1da619089fc8edee027261b1fbe2e673091b.tar.gz
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. 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>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb b/meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb
index 84303e6246..518249ee92 100644
--- a/meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb
+++ b/meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb
@@ -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"