package/wayland-utils: needs wayland-protocols

wayland-utils needs wayland-protocols:

Run-time dependency wayland-protocols found: NO (tried pkgconfig)

../output-1/build/wayland-utils-1.0.0/wayland-info/meson.build:4:0: ERROR: Dependency "wayland-protocols" not found, tried pkgconfig

Fixes:
 - http://autobuild.buildroot.org/results/ea4daeb94c25232e3b4a34c1da72bf9bbd5f3cce

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2020-09-07 20:44:59 +02:00 committed by Thomas Petazzoni
parent 1ae3c887a9
commit a85c7e0b38
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
config BR2_PACKAGE_WAYLAND_UTILS
bool "wayland-utils"
depends on BR2_PACKAGE_WAYLAND # wayland-client, wayland-server
select BR2_PACKAGE_WAYLAND_PROTOCOLS
help
Wayland utils (wayland-info).

View File

@ -9,6 +9,6 @@ WAYLAND_UTILS_SITE = http://wayland.freedesktop.org/releases
WAYLAND_UTILS_SOURCE = wayland-utils-$(WAYLAND_UTILS_VERSION).tar.xz
WAYLAND_UTILS_LICENSE = MIT
WAYLAND_UTILS_LICENSE_FILES = COPYING
WAYLAND_UTILS_DEPENDENCIES = host-pkgconf wayland
WAYLAND_UTILS_DEPENDENCIES = host-pkgconf wayland wayland-protocols
$(eval $(meson-package))