From: Joshua Watt Date: Fri, 12 Feb 2021 16:51:46 +0000 (-0600) Subject: weston: remoting backend requires GStreamer base plugins X-Git-Tag: yocto-4.0~4352 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b45994656fee7c4b7bdb5bd8571f0c61217a182;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git weston: remoting backend requires GStreamer base plugins The remoting backend of weston requires the GStreamer base plugins, so add them to the PACAKGECONFIG depends list. Signed-off-by: Joshua Watt Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/wayland/weston_9.0.0.bb b/meta/recipes-graphics/wayland/weston_9.0.0.bb index 8cb105c7854..50fbfa613b1 100644 --- a/meta/recipes-graphics/wayland/weston_9.0.0.bb +++ b/meta/recipes-graphics/wayland/weston_9.0.0.bb @@ -76,7 +76,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,gstreamer1.0" +PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer1.0 gstreamer1.0-plugins-base" # Weston with PAM support PACKAGECONFIG[pam] = "-Dpam=true,-Dpam=false,libpam" # Weston with screen-share support