diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-08-09 16:59:13 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-13 09:37:37 +0100 |
commit | d90fb2a87e69df8bdba07227f7a876c501ad93bf (patch) | |
tree | 8fcb43a85b4eb24a74c5513dd73dafe47ff5c803 /meta/recipes-graphics | |
parent | 1371cff985f029e972b0339ae334c95690b8ec30 (diff) | |
download | poky-d90fb2a87e69df8bdba07227f7a876c501ad93bf.tar.gz |
mesa: enable glx-tls option in native and nativesdk builds
Before meson conversion this was always enabled; now it needs to
be explicitly switched on.
This un-breaks the virgl headless test in particular, which regressed
with the meson conversion (and the test is not currently run on AB
due to oudated graphics hardware in it).
(From OE-Core rev: 22d3f959e44b77cb6d7375a77cf028ceeb9d6cb4)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index e99eb39d26..60d07f536c 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
@@ -54,8 +54,8 @@ PACKAGECONFIG_class-target ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland v | |||
54 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 vulkan', 'dri3', '', d)} \ | 54 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 vulkan', 'dri3', '', d)} \ |
55 | glx-tls \ | 55 | glx-tls \ |
56 | " | 56 | " |
57 | PACKAGECONFIG_class-native ?= "gbm dri egl opengl" | 57 | PACKAGECONFIG_class-native ?= "gbm dri egl opengl glx-tls" |
58 | PACKAGECONFIG_class-nativesdk ?= "gbm dri egl opengl" | 58 | PACKAGECONFIG_class-nativesdk ?= "gbm dri egl opengl glx-tls" |
59 | 59 | ||
60 | PACKAGECONFIG_remove_libc-musl = "glx-tls" | 60 | PACKAGECONFIG_remove_libc-musl = "glx-tls" |
61 | 61 | ||