aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/mesa/mesa_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/mesa/mesa_%.bbappend')
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index c22ada0..3d6a10d 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -1,10 +1,10 @@
# Enable freedreno driver
-GALLIUMDRIVERS_append_ifc6410 = ",freedreno"
-GALLIUMDRIVERS_append_dragonboard-410c = ",freedreno"
+GALLIUMDRIVERS_append_apq8064 = ",freedreno"
+GALLIUMDRIVERS_append_apq8016 = ",freedreno"
-PACKAGECONFIG_append_ifc6410 = " gallium \
+PACKAGECONFIG_append_apq8064 = " gallium \
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xa', '', d)} \
"
-PACKAGECONFIG_append_dragonboard-410c = " gallium \
+PACKAGECONFIG_append_apq8016 = " gallium \
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xa', '', d)} \
"