From 5e999ad23610b4e16468470cda4d3561a4698b05 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 22 Oct 2020 19:58:41 +0800 Subject: weston: Fix PACKAGECONFIG for remoting Fix a typo: gstreamer-1.0 -> gstreamer1.0. (From OE-Core rev: 74611d0438a30b48f6d830763e747d6d93c4ea68) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie (cherry picked from commit d5b030dd9b9ada796f90919c97c887b00612cfc0) Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- meta/recipes-graphics/wayland/weston_8.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/wayland/weston_8.0.0.bb b/meta/recipes-graphics/wayland/weston_8.0.0.bb index 8fef864827..0b383f25f3 100644 --- a/meta/recipes-graphics/wayland/weston_8.0.0.bb +++ b/meta/recipes-graphics/wayland/weston_8.0.0.bb @@ -70,7 +70,7 @@ PACKAGECONFIG[colord] = "-Dcolor-management-colord=true,-Dcolor-management-color # Clients support PACKAGECONFIG[clients] = "-Dsimple-clients=all -Ddemo-clients=true,-Dsimple-clients= -Ddemo-clients=false" # Virtual remote output with GStreamer on DRM backend -PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer-1.0" +PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer1.0" # Weston with PAM support PACKAGECONFIG[pam] = "-Dpam=true,-Dpam=false,libpam" # Weston with screen-share support -- cgit v1.2.3-54-g00ecf