diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-10-18 11:38:13 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-21 04:41:24 -0700 |
commit | f3c9153f330f2620e300d102fb69725b339e052b (patch) | |
tree | a4f714ec0358d7406317901ef72a2b1469fab74b /meta-oe/recipes-graphics | |
parent | 9ab4e11fd4534e06f5277ca6bae17d2a9c70641d (diff) | |
download | meta-openembedded-f3c9153f330f2620e300d102fb69725b339e052b.tar.gz |
renderdoc: package need opengl
ERROR: Nothing PROVIDES 'virtual/libgl'
found via yocto-check-layer
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r-- | meta-oe/recipes-graphics/renderdoc/renderdoc_1.4.bb | 2 |
1 files changed, 1 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 c7e872409..684a204ea 100644 --- a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.4.bb +++ b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.4.bb | |||
@@ -16,7 +16,7 @@ RDEPENDS_${PN} = "libxcb xcb-util-keysyms" | |||
16 | 16 | ||
17 | inherit cmake python3native distro_features_check | 17 | inherit cmake python3native distro_features_check |
18 | 18 | ||
19 | REQUIRED_DISTRO_FEATURES = "x11" | 19 | REQUIRED_DISTRO_FEATURES = "x11 opengl" |
20 | 20 | ||
21 | python __anonymous () { | 21 | python __anonymous () { |
22 | # only works on glibc systems | 22 | # only works on glibc systems |