diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2020-04-28 14:23:12 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-04-29 20:04:40 -0300 |
commit | 29c377486b913ecfc07dc87efb6a107b1a836e90 (patch) | |
tree | 0bbb4174912800c5d3c57522c53a9f71f4cf112e | |
parent | eda44e49618610c13ebe4c026cd4981b404a1543 (diff) | |
download | meta-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>
-rw-r--r-- | recipes-graphics/wayland/weston_8.0.0.imx.bb | 2 |
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 |
157 | PACKAGECONFIG[imxg2d] = "-Drenderer-g2d=true,-Drenderer-g2d=false,virtual/libg2d" | 157 | PACKAGECONFIG[imxg2d] = "-Drenderer-g2d=true,-Drenderer-g2d=false,virtual/libg2d" |
158 | # Weston with OpenGL support | 158 | # Weston with OpenGL support |
159 | PACKAGECONFIG[opengl] = "-Dopengl=true,--Dopengl=false" | 159 | PACKAGECONFIG[opengl] = "-Dopengl=true,-Dopengl=false" |
160 | 160 | ||
161 | FILES_${PN}_append = " ${sysconfdir}/xdg/weston" | 161 | FILES_${PN}_append = " ${sysconfdir}/xdg/weston" |
162 | 162 | ||