diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2021-02-12 10:51:46 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-13 17:01:12 +0000 |
commit | 900c8abe1cf7bdf36fc3cb45afcc26b56b574543 (patch) | |
tree | 8446c130df9bb24df25f689715d10a5eba5844f8 /meta | |
parent | 7f70eedc13193045768bf61cb344a1cba3012a28 (diff) | |
download | poky-900c8abe1cf7bdf36fc3cb45afcc26b56b574543.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: 0b45994656fee7c4b7bdb5bd8571f0c61217a182)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/wayland/weston_9.0.0.bb | 2 |
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 8cb105c785..50fbfa613b 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 | |||
76 | # Clients support | 76 | # Clients support |
77 | PACKAGECONFIG[clients] = "-Dsimple-clients=all -Ddemo-clients=true,-Dsimple-clients= -Ddemo-clients=false" | 77 | PACKAGECONFIG[clients] = "-Dsimple-clients=all -Ddemo-clients=true,-Dsimple-clients= -Ddemo-clients=false" |
78 | # Virtual remote output with GStreamer on DRM backend | 78 | # Virtual remote output with GStreamer on DRM backend |
79 | PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer1.0" | 79 | PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer1.0 gstreamer1.0-plugins-base" |
80 | # Weston with PAM support | 80 | # Weston with PAM support |
81 | PACKAGECONFIG[pam] = "-Dpam=true,-Dpam=false,libpam" | 81 | PACKAGECONFIG[pam] = "-Dpam=true,-Dpam=false,libpam" |
82 | # Weston with screen-share support | 82 | # Weston with screen-share support |