renderdoc: add x11 to REQUIRED_DISTRO_FEATURES

This recipe depends on having x11 enabled so we add it to fix:

ERROR: Nothing PROVIDES 'libxcb' (but
meta-oe/meta-oe/recipes-graphics/renderdoc/renderdoc_1.4.bb
DEPENDS on or otherwise requires it)
libxcb was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES)

Signed-off-by: Adrian Ratiu <adrian.ratiu@collabora.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Adrian Ratiu
2019-10-04 14:40:26 +03:00
committed by Khem Raj
parent b08e503eb7
commit a4412258ef
@@ -14,7 +14,9 @@ DEPENDS += "virtual/libx11 virtual/libgl libxcb xcb-util-keysyms vim-native"
RDEPENDS_${PN} = "libxcb xcb-util-keysyms"
inherit cmake python3native
inherit cmake python3native distro_features_check
REQUIRED_DISTRO_FEATURES = "x11"
python __anonymous () {
# only works on glibc systems