[oe-commits] [openembedded-core] 07/11: mesa: enable glx-tls option in native and nativesdk builds

git at git.openembedded.org git at git.openembedded.org
Tue Aug 13 08:38:17 UTC 2019


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

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 22d3f959e44b77cb6d7375a77cf028ceeb9d6cb4
Author: Alexander Kanavin <alex.kanavin at gmail.com>
AuthorDate: Fri Aug 9 16:59:13 2019 +0200

    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).
    
    Signed-off-by: Alexander Kanavin <alex.kanavin at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-graphics/mesa/mesa.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index e99eb39..60d07f5 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
                    ${@bb.utils.contains('DISTRO_FEATURES', 'x11 vulkan', 'dri3', '', d)} \
                    glx-tls \
 		   "
-PACKAGECONFIG_class-native ?= "gbm dri egl opengl"
-PACKAGECONFIG_class-nativesdk ?= "gbm dri egl opengl"
+PACKAGECONFIG_class-native ?= "gbm dri egl opengl glx-tls"
+PACKAGECONFIG_class-nativesdk ?= "gbm dri egl opengl glx-tls"
 
 PACKAGECONFIG_remove_libc-musl = "glx-tls"
 

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


More information about the Openembedded-commits mailing list