[Buildroot] [PATCH/next 1/1] package/vlc: wayland support needs wayland-protocols

Bernd Kuhls bernd.kuhls at t-online.de
Tue Aug 21 05:04:54 UTC 2018


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

Signed-off-by: Bernd Kuhls <bernd.kuhls at 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



More information about the buildroot mailing list