summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/mesa
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/mesa')
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index 3005fd73..7d9d3459 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -14,6 +14,10 @@ python () {
14 d.setVar("EXTRA_OECONF", extra_oeconf) 14 d.setVar("EXTRA_OECONF", extra_oeconf)
15} 15}
16 16
17# Enable Etnaviv support
18PACKAGECONFIG_append_use-mainline-bsp = " gallium"
19GALLIUMDRIVERS_append_use-mainline-bsp = ",etnaviv,imx"
20
17# FIXME: Dirty hack to allow use of Vivante GPU libGL binary 21# FIXME: Dirty hack to allow use of Vivante GPU libGL binary
18do_install_append_imxgpu3d () { 22do_install_append_imxgpu3d () {
19 rm -f ${D}${libdir}/libGL.* \ 23 rm -f ${D}${libdir}/libGL.* \