From: Tom Hochstein Date: Tue, 28 Apr 2020 19:23:12 +0000 (-0500) Subject: weston: Fix build error for opengl typo X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=29c377486b913ecfc07dc87efb6a107b1a836e90;p=meta-freescale.git 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 --- 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" # Weston with i.MX G2D renderer PACKAGECONFIG[imxg2d] = "-Drenderer-g2d=true,-Drenderer-g2d=false,virtual/libg2d" # Weston with OpenGL support -PACKAGECONFIG[opengl] = "-Dopengl=true,--Dopengl=false" +PACKAGECONFIG[opengl] = "-Dopengl=true,-Dopengl=false" FILES_${PN}_append = " ${sysconfdir}/xdg/weston"