diff options
-rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 4 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-app/xrandr_1.5.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.4.bb | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index b7ef496fdc..f59503bf14 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
@@ -72,8 +72,8 @@ PACKAGECONFIG_class-target ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland v | |||
72 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 vulkan', 'dri3', '', d)} \ | 72 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 vulkan', 'dri3', '', d)} \ |
73 | elf-tls \ | 73 | elf-tls \ |
74 | " | 74 | " |
75 | PACKAGECONFIG_class-native ?= "gbm dri egl opengl elf-tls" | 75 | PACKAGECONFIG_class-native ?= "gbm dri egl opengl elf-tls x11" |
76 | PACKAGECONFIG_class-nativesdk ?= "gbm dri egl opengl elf-tls" | 76 | PACKAGECONFIG_class-nativesdk ?= "gbm dri egl opengl elf-tls x11" |
77 | 77 | ||
78 | PACKAGECONFIG_remove_libc-musl = "elf-tls" | 78 | PACKAGECONFIG_remove_libc-musl = "elf-tls" |
79 | 79 | ||
diff --git a/meta/recipes-graphics/xorg-app/xrandr_1.5.1.bb b/meta/recipes-graphics/xorg-app/xrandr_1.5.1.bb index 6583ea2371..57b43ff28c 100644 --- a/meta/recipes-graphics/xorg-app/xrandr_1.5.1.bb +++ b/meta/recipes-graphics/xorg-app/xrandr_1.5.1.bb | |||
@@ -15,3 +15,5 @@ SRC_URI = "${XORG_MIRROR}/individual/app/${BPN}-${PV}.tar.xz" | |||
15 | 15 | ||
16 | SRC_URI[md5sum] = "fe40f7a4fd39dd3a02248d3e0b1972e4" | 16 | SRC_URI[md5sum] = "fe40f7a4fd39dd3a02248d3e0b1972e4" |
17 | SRC_URI[sha256sum] = "7bc76daf9d72f8aff885efad04ce06b90488a1a169d118dea8a2b661832e8762" | 17 | SRC_URI[sha256sum] = "7bc76daf9d72f8aff885efad04ce06b90488a1a169d118dea8a2b661832e8762" |
18 | |||
19 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.4.bb b/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.4.bb index 95fc0b642c..1612a50f19 100644 --- a/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.4.bb +++ b/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.4.bb | |||
@@ -18,3 +18,5 @@ XORG_PN = "libXxf86vm" | |||
18 | 18 | ||
19 | SRC_URI[md5sum] = "298b8fff82df17304dfdb5fe4066fe3a" | 19 | SRC_URI[md5sum] = "298b8fff82df17304dfdb5fe4066fe3a" |
20 | SRC_URI[sha256sum] = "afee27f93c5f31c0ad582852c0fb36d50e4de7cd585fcf655e278a633d85cd57" | 20 | SRC_URI[sha256sum] = "afee27f93c5f31c0ad582852c0fb36d50e4de7cd585fcf655e278a633d85cd57" |
21 | |||
22 | BBCLASSEXTEND = "native nativesdk" | ||