summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2021-02-12 10:51:46 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-26 15:30:39 +0000
commite3b307a4e35400a686f5b82ed5afcf67aa675667 (patch)
tree59f6f5353953a58216b6f19ea0e9675225597e33
parentdfd91796bd255d80247863688558161d468c07c7 (diff)
downloadpoky-e3b307a4e35400a686f5b82ed5afcf67aa675667.tar.gz
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. (From OE-Core rev: f2e549f1fbe98c1f53638a915fc4b64147caf003) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 0b45994656fee7c4b7bdb5bd8571f0c61217a182) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/wayland/weston_9.0.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston_9.0.0.bb b/meta/recipes-graphics/wayland/weston_9.0.0.bb
index 75f9fb05fd..d60b5e1a35 100644
--- a/meta/recipes-graphics/wayland/weston_9.0.0.bb
+++ b/meta/recipes-graphics/wayland/weston_9.0.0.bb
@@ -73,7 +73,7 @@ PACKAGECONFIG[colord] = "-Dcolor-management-colord=true,-Dcolor-management-color
73# Clients support 73# Clients support
74PACKAGECONFIG[clients] = "-Dsimple-clients=all -Ddemo-clients=true,-Dsimple-clients= -Ddemo-clients=false" 74PACKAGECONFIG[clients] = "-Dsimple-clients=all -Ddemo-clients=true,-Dsimple-clients= -Ddemo-clients=false"
75# Virtual remote output with GStreamer on DRM backend 75# Virtual remote output with GStreamer on DRM backend
76PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer1.0" 76PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer1.0 gstreamer1.0-plugins-base"
77# Weston with PAM support 77# Weston with PAM support
78PACKAGECONFIG[pam] = "-Dpam=true,-Dpam=false,libpam" 78PACKAGECONFIG[pam] = "-Dpam=true,-Dpam=false,libpam"
79# Weston with screen-share support 79# Weston with screen-share support