[oe-commits] [meta-openembedded] 08/12: renderdoc: add x11 to REQUIRED_DISTRO_FEATURES

git at git.openembedded.org git at git.openembedded.org
Sat Oct 5 02:12:27 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit a4412258ef94d76f67db1e96d54a12c69e533bff
Author: Adrian Ratiu <adrian.ratiu at collabora.com>
AuthorDate: Fri Oct 4 14:40:26 2019 +0300

    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 at collabora.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 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 b6e0c92..c7e8724 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list