Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH/next 1/1] package/vlc: wayland support needs wayland-protocols
@ 2018-08-21  5:04 Bernd Kuhls
  2018-08-21  9:19 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2018-08-21  5:04 UTC (permalink / raw)
  To: buildroot

Fixes
http://autobuild.buildroot.net/results/3db/3dbb17bc548aa7d5fecd857a9bbd761729d20d4f/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/vlc/vlc.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk
index d4be8b0bf1..c77c945a34 100644
--- a/package/vlc/vlc.mk
+++ b/package/vlc/vlc.mk
@@ -519,9 +519,9 @@ else
 VLC_CONF_OPTS += --disable-udev
 endif
 
-ifeq ($(BR2_PACKAGE_WAYLAND),y)
+ifeq ($(BR2_PACKAGE_WAYLAND)$(BR2_PACKAGE_WAYLAND_PROTOCOLS),yy)
 VLC_CONF_OPTS += --enable-wayland
-VLC_DEPENDENCIES += wayland
+VLC_DEPENDENCIES += wayland wayland-protocols
 else
 VLC_CONF_OPTS += --disable-wayland
 endif
-- 
2.18.0

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

* [Buildroot] [PATCH/next 1/1] package/vlc: wayland support needs wayland-protocols
  2018-08-21  5:04 [Buildroot] [PATCH/next 1/1] package/vlc: wayland support needs wayland-protocols Bernd Kuhls
@ 2018-08-21  9:19 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2018-08-21  9:19 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue, 21 Aug 2018 07:04:54 +0200, Bernd Kuhls wrote:
> Fixes
> http://autobuild.buildroot.net/results/3db/3dbb17bc548aa7d5fecd857a9bbd761729d20d4f/
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/vlc/vlc.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied to next, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2018-08-21  9:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-21  5:04 [Buildroot] [PATCH/next 1/1] package/vlc: wayland support needs wayland-protocols Bernd Kuhls
2018-08-21  9:19 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox