All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] gst1-plugins-bad: waylandsink needs wayland-protocols
@ 2017-03-06 20:43 Peter Seiderer
  2017-03-20 21:33 ` Thomas Petazzoni
  2017-03-30 22:26 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Seiderer @ 2017-03-06 20:43 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
----
Changes v1 -> v2:
  - use select instead of depends for BR2_PACKAGE_WAYLAND_PROTOCOLS
   (suggested by Thomas Petazzoni)
  - add select BR2_PACKAGE_WAYLAND_PROTOCOLS to missing second
    place (BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_WAYLAND)
---
 package/gstreamer1/gst1-plugins-bad/Config.in           | 2 ++
 package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/package/gstreamer1/gst1-plugins-bad/Config.in b/package/gstreamer1/gst1-plugins-bad/Config.in
index 6bec362db..1db51877d 100644
--- a/package/gstreamer1/gst1-plugins-bad/Config.in
+++ b/package/gstreamer1/gst1-plugins-bad/Config.in
@@ -112,6 +112,7 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_WAYLAND
 	default y
 	depends on BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_EGL
 	depends on BR2_PACKAGE_WAYLAND
+	select BR2_PACKAGE_WAYLAND_PROTOCOLS
 	select BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_HAS_WINDOW
 
 comment "wayland needs the egl platform and the wayland package"
@@ -686,6 +687,7 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VOAACENC
 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_WAYLAND
 	bool "wayland"
 	depends on BR2_PACKAGE_WAYLAND
+	select BR2_PACKAGE_WAYLAND_PROTOCOLS
 	default y
 	help
 	  Wayland Video Sink
diff --git a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
index 00add02af..c6a151a62 100644
--- a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
+++ b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
@@ -121,7 +121,7 @@ endif
 
 ifneq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_WAYLAND)$(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_WAYLAND),)
 GST1_PLUGINS_BAD_CONF_OPTS += --enable-wayland
-GST1_PLUGINS_BAD_DEPENDENCIES += wayland
+GST1_PLUGINS_BAD_DEPENDENCIES += wayland wayland-protocols
 else
 GST1_PLUGINS_BAD_CONF_OPTS += --disable-wayland
 endif
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH v2] gst1-plugins-bad: waylandsink needs wayland-protocols
  2017-03-06 20:43 [Buildroot] [PATCH v2] gst1-plugins-bad: waylandsink needs wayland-protocols Peter Seiderer
@ 2017-03-20 21:33 ` Thomas Petazzoni
  2017-03-30 22:26 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2017-03-20 21:33 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon,  6 Mar 2017 21:43:47 +0100, Peter Seiderer wrote:
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ----
> Changes v1 -> v2:
>   - use select instead of depends for BR2_PACKAGE_WAYLAND_PROTOCOLS
>    (suggested by Thomas Petazzoni)
>   - add select BR2_PACKAGE_WAYLAND_PROTOCOLS to missing second
>     place (BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_WAYLAND)
> ---
>  package/gstreamer1/gst1-plugins-bad/Config.in           | 2 ++
>  package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk | 2 +-
>  2 files changed, 3 insertions(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH v2] gst1-plugins-bad: waylandsink needs wayland-protocols
  2017-03-06 20:43 [Buildroot] [PATCH v2] gst1-plugins-bad: waylandsink needs wayland-protocols Peter Seiderer
  2017-03-20 21:33 ` Thomas Petazzoni
@ 2017-03-30 22:26 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2017-03-30 22:26 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:

 > Signed-off-by: Peter Seiderer <ps.report@gmx.net>
 > ----
 > Changes v1 -> v2:
 >   - use select instead of depends for BR2_PACKAGE_WAYLAND_PROTOCOLS
 >    (suggested by Thomas Petazzoni)
 >   - add select BR2_PACKAGE_WAYLAND_PROTOCOLS to missing second
 >     place (BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_WAYLAND)

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-03-30 22:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-06 20:43 [Buildroot] [PATCH v2] gst1-plugins-bad: waylandsink needs wayland-protocols Peter Seiderer
2017-03-20 21:33 ` Thomas Petazzoni
2017-03-30 22:26 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.