mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
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:
@@ -14,7 +14,9 @@ DEPENDS += "virtual/libx11 virtual/libgl libxcb xcb-util-keysyms vim-native"
|
|||||||
|
|
||||||
RDEPENDS_${PN} = "libxcb xcb-util-keysyms"
|
RDEPENDS_${PN} = "libxcb xcb-util-keysyms"
|
||||||
|
|
||||||
inherit cmake python3native
|
inherit cmake python3native distro_features_check
|
||||||
|
|
||||||
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
python __anonymous () {
|
python __anonymous () {
|
||||||
# only works on glibc systems
|
# only works on glibc systems
|
||||||
|
|||||||
Reference in New Issue
Block a user