mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
mesa: enable x11 for native/nativesdk
This was found to be necessary for libsdl-native to enable opengl, as otherwise the opengl check would fall through to the host with unpredictable outcome. (From OE-Core rev: 53fb4937e5c2b293e6bdbbceb37b1080aa5db630) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e7833d0edf
commit
13e49c2af0
@@ -72,8 +72,8 @@ PACKAGECONFIG_class-target ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland v
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11 vulkan', 'dri3', '', d)} \
|
||||
elf-tls \
|
||||
"
|
||||
PACKAGECONFIG_class-native ?= "gbm dri egl opengl elf-tls"
|
||||
PACKAGECONFIG_class-nativesdk ?= "gbm dri egl opengl elf-tls"
|
||||
PACKAGECONFIG_class-native ?= "gbm dri egl opengl elf-tls x11"
|
||||
PACKAGECONFIG_class-nativesdk ?= "gbm dri egl opengl elf-tls x11"
|
||||
|
||||
PACKAGECONFIG_remove_libc-musl = "elf-tls"
|
||||
|
||||
|
||||
@@ -15,3 +15,5 @@ SRC_URI = "${XORG_MIRROR}/individual/app/${BPN}-${PV}.tar.xz"
|
||||
|
||||
SRC_URI[md5sum] = "fe40f7a4fd39dd3a02248d3e0b1972e4"
|
||||
SRC_URI[sha256sum] = "7bc76daf9d72f8aff885efad04ce06b90488a1a169d118dea8a2b661832e8762"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@@ -18,3 +18,5 @@ XORG_PN = "libXxf86vm"
|
||||
|
||||
SRC_URI[md5sum] = "298b8fff82df17304dfdb5fe4066fe3a"
|
||||
SRC_URI[sha256sum] = "afee27f93c5f31c0ad582852c0fb36d50e4de7cd585fcf655e278a633d85cd57"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user