diff options
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 4 | ||||
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa_21.0.1.bb | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index d7f34739de..caf3c62ad8 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
| @@ -87,8 +87,8 @@ PACKAGECONFIG_class-target ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland v | |||
| 87 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 vulkan', 'dri3', '', d)} \ | 87 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 vulkan', 'dri3', '', d)} \ |
| 88 | elf-tls \ | 88 | elf-tls \ |
| 89 | " | 89 | " |
| 90 | PACKAGECONFIG_class-native ?= "gbm dri egl opengl elf-tls x11" | 90 | PACKAGECONFIG_class-native ?= "gbm gallium egl opengl elf-tls x11" |
| 91 | PACKAGECONFIG_class-nativesdk ?= "gbm dri egl opengl elf-tls x11" | 91 | PACKAGECONFIG_class-nativesdk ?= "gbm gallium egl opengl elf-tls x11" |
| 92 | 92 | ||
| 93 | PACKAGECONFIG_remove_libc-musl = "elf-tls" | 93 | PACKAGECONFIG_remove_libc-musl = "elf-tls" |
| 94 | 94 | ||
diff --git a/meta/recipes-graphics/mesa/mesa_21.0.1.bb b/meta/recipes-graphics/mesa/mesa_21.0.1.bb index d578c75e39..8c584d8e9f 100644 --- a/meta/recipes-graphics/mesa/mesa_21.0.1.bb +++ b/meta/recipes-graphics/mesa/mesa_21.0.1.bb | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
| 2 | 2 | ||
| 3 | DRIDRIVERS_class-native = "nouveau" | ||
| 4 | DRIDRIVERS_class-nativesdk = "nouveau" | ||
| 5 | DRIDRIVERS_append_x86_class-target = ",r100,r200,nouveau,i965,i915" | 3 | DRIDRIVERS_append_x86_class-target = ",r100,r200,nouveau,i965,i915" |
| 6 | DRIDRIVERS_append_x86-64_class-target = ",r100,r200,nouveau,i965,i915" | 4 | DRIDRIVERS_append_x86-64_class-target = ",r100,r200,nouveau,i965,i915" |
