From a4412258ef94d76f67db1e96d54a12c69e533bff Mon Sep 17 00:00:00 2001 From: Adrian Ratiu Date: Fri, 4 Oct 2019 14:40:26 +0300 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/renderdoc/renderdoc_1.4.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.4.bb b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.4.bb index b6e0c92f6d..c7e872409f 100644 --- a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.4.bb +++ b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.4.bb @@ -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 -- cgit 1.2.3-korg