aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-graphics/mesa/mesa_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-graphics/mesa/mesa_git.bb b/recipes-graphics/mesa/mesa_git.bb
index 29ecd67..4713ee6 100644
--- a/recipes-graphics/mesa/mesa_git.bb
+++ b/recipes-graphics/mesa/mesa_git.bb
@@ -14,8 +14,9 @@ DEFAULT_PREFERENCE = "${@oe.utils.conditional("MESA_DEV", "1", "1", "-1", d)}"
PLATFORMS_remove = "drm surfaceless"
PACKAGECONFIG[osmesa] = "-Dosmesa=true,-Dosmesa=false"
-GALLIUMDRIVERS_remove = "swrast"
DRIDRIVERS_remove = "swrast"
+DRIDRIVERS_class-native = "auto"
+DRIDRIVERS_class-nativesdk = "auto"
S = "${WORKDIR}/git"
PV = "20.4-dev+git${SRCPV}"