From 29c377486b913ecfc07dc87efb6a107b1a836e90 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Tue, 28 Apr 2020 14:23:12 -0500 Subject: [PATCH] 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 --- recipes-graphics/wayland/weston_8.0.0.imx.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.40.1