|
@@ -519,9 +519,9 @@ else
|
|
VLC_CONF_OPTS += --disable-udev
|
|
VLC_CONF_OPTS += --disable-udev
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_WAYLAND),y)
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_WAYLAND)$(BR2_PACKAGE_WAYLAND_PROTOCOLS),yy)
|
|
VLC_CONF_OPTS += --enable-wayland
|
|
VLC_CONF_OPTS += --enable-wayland
|
|
-VLC_DEPENDENCIES += wayland
|
|
|
|
|
|
+VLC_DEPENDENCIES += wayland wayland-protocols
|
|
else
|
|
else
|
|
VLC_CONF_OPTS += --disable-wayland
|
|
VLC_CONF_OPTS += --disable-wayland
|
|
endif
|
|
endif
|