diff options
author | Adrian Ratiu <adrian.ratiu@collabora.com> | 2019-10-04 14:40:26 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-04 19:11:55 -0700 |
commit | a4412258ef94d76f67db1e96d54a12c69e533bff (patch) | |
tree | 2bc2d79d9d28ffd9d210a86fe99e4d534024b573 | |
parent | b08e503eb75f1e6fee65cea4c03d18ad91e7a217 (diff) | |
download | meta-openembedded-a4412258ef94d76f67db1e96d54a12c69e533bff.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-graphics/renderdoc/renderdoc_1.4.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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" | |||
14 | 14 | ||
15 | RDEPENDS_${PN} = "libxcb xcb-util-keysyms" | 15 | RDEPENDS_${PN} = "libxcb xcb-util-keysyms" |
16 | 16 | ||
17 | inherit cmake python3native | 17 | inherit cmake python3native distro_features_check |
18 | |||
19 | REQUIRED_DISTRO_FEATURES = "x11" | ||
18 | 20 | ||
19 | python __anonymous () { | 21 | python __anonymous () { |
20 | # only works on glibc systems | 22 | # only works on glibc systems |