* [OE-core][PATCH] weston: remoting backend requires GStreamer base plugins
@ 2021-02-12 16:51 Joshua Watt
2021-02-12 17:59 ` Otavio Salvador
2021-02-15 16:48 ` Joshua Watt
0 siblings, 2 replies; 4+ messages in thread
From: Joshua Watt @ 2021-02-12 16:51 UTC (permalink / raw)
To: openembedded-core; +Cc: Joshua Watt
The remoting backend of weston requires the GStreamer base plugins, so
add them to the PACAKGECONFIG depends list.
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
meta/recipes-graphics/wayland/weston_9.0.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
# 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
--
2.30.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [OE-core][PATCH] weston: remoting backend requires GStreamer base plugins
2021-02-12 16:51 [OE-core][PATCH] weston: remoting backend requires GStreamer base plugins Joshua Watt
@ 2021-02-12 17:59 ` Otavio Salvador
2021-02-12 18:16 ` Joshua Watt
2021-02-15 16:48 ` Joshua Watt
1 sibling, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2021-02-12 17:59 UTC (permalink / raw)
To: Joshua Watt; +Cc: Patches and discussions about the oe-core layer
Em sex., 12 de fev. de 2021 às 13:52, Joshua Watt
<JPEWhacker@gmail.com> escreveu:
> -PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer1.0"
> +PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer1.0 gstreamer1.0-plugins-base"
The base is needed as build dependency or runtime?
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [OE-core][PATCH] weston: remoting backend requires GStreamer base plugins
2021-02-12 17:59 ` Otavio Salvador
@ 2021-02-12 18:16 ` Joshua Watt
0 siblings, 0 replies; 4+ messages in thread
From: Joshua Watt @ 2021-02-12 18:16 UTC (permalink / raw)
To: Otavio Salvador; +Cc: Patches and discussions about the oe-core layer
On 2/12/21 11:59 AM, Otavio Salvador wrote:
> Em sex., 12 de fev. de 2021 às 13:52, Joshua Watt
> <JPEWhacker@gmail.com> escreveu:
>> -PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer1.0"
>> +PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer1.0 gstreamer1.0-plugins-base"
> The base is needed as build dependency or runtime?
build time. It's basically making it's own gstreamer element (GstAppSrc)
to be inserted into the pipeline as the source. Also, meson looks for
the dependency at build time so it can link against the proper libraries
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [OE-core][PATCH] weston: remoting backend requires GStreamer base plugins
2021-02-12 16:51 [OE-core][PATCH] weston: remoting backend requires GStreamer base plugins Joshua Watt
2021-02-12 17:59 ` Otavio Salvador
@ 2021-02-15 16:48 ` Joshua Watt
1 sibling, 0 replies; 4+ messages in thread
From: Joshua Watt @ 2021-02-15 16:48 UTC (permalink / raw)
To: openembedded-core, anuj.mittal
Can this please be backported to gatesgarth?
On 2/12/21 10:51 AM, Joshua Watt wrote:
> The remoting backend of weston requires the GStreamer base plugins, so
> add them to the PACAKGECONFIG depends list.
>
> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
> ---
> meta/recipes-graphics/wayland/weston_9.0.0.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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
> # 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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-02-15 16:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-12 16:51 [OE-core][PATCH] weston: remoting backend requires GStreamer base plugins Joshua Watt
2021-02-12 17:59 ` Otavio Salvador
2021-02-12 18:16 ` Joshua Watt
2021-02-15 16:48 ` Joshua Watt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox