summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index 3005fd73..863131d1 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -9,9 +9,8 @@ python () {
9 if "imxgpu2d" not in overrides: 9 if "imxgpu2d" not in overrides:
10 return 10 return
11 11
12 extra_oeconf = d.getVar("EXTRA_OECONF", True) 12 x11flag = d.getVarFlag("PACKAGECONFIG", "x11", False)
13 extra_oeconf = extra_oeconf.replace("--enable-glx-tls", "--enable-glx") 13 d.setVarFlag("PACKAGECONFIG", "x11", x11flag.replace("--enable-glx-tls", "--enable-glx"))
14 d.setVar("EXTRA_OECONF", extra_oeconf)
15} 14}
16 15
17# FIXME: Dirty hack to allow use of Vivante GPU libGL binary 16# FIXME: Dirty hack to allow use of Vivante GPU libGL binary