summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2020-04-28 14:23:12 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2020-04-29 20:04:40 -0300
commit29c377486b913ecfc07dc87efb6a107b1a836e90 (patch)
tree0bbb4174912800c5d3c57522c53a9f71f4cf112e /recipes-graphics
parenteda44e49618610c13ebe4c026cd4981b404a1543 (diff)
downloadmeta-freescale-29c377486b913ecfc07dc87efb6a107b1a836e90.tar.gz
weston: Fix build error for opengl typo
There was an extra hyphen on the command line: meson: error: unrecognized arguments: --Dopengl=false Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/wayland/weston_8.0.0.imx.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/wayland/weston_8.0.0.imx.bb b/recipes-graphics/wayland/weston_8.0.0.imx.bb
index 70732ae8..4ceb9600 100644
--- a/recipes-graphics/wayland/weston_8.0.0.imx.bb
+++ b/recipes-graphics/wayland/weston_8.0.0.imx.bb
@@ -156,7 +156,7 @@ PACKAGECONFIG[imxgpu] = "-Dimxgpu=true,-Dimxgpu=false,virtual/egl"
156# Weston with i.MX G2D renderer 156# Weston with i.MX G2D renderer
157PACKAGECONFIG[imxg2d] = "-Drenderer-g2d=true,-Drenderer-g2d=false,virtual/libg2d" 157PACKAGECONFIG[imxg2d] = "-Drenderer-g2d=true,-Drenderer-g2d=false,virtual/libg2d"
158# Weston with OpenGL support 158# Weston with OpenGL support
159PACKAGECONFIG[opengl] = "-Dopengl=true,--Dopengl=false" 159PACKAGECONFIG[opengl] = "-Dopengl=true,-Dopengl=false"
160 160
161FILES_${PN}_append = " ${sysconfdir}/xdg/weston" 161FILES_${PN}_append = " ${sysconfdir}/xdg/weston"
162 162