a85c7e0b38
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>
9 lines
255 B
Plaintext
9 lines
255 B
Plaintext
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).
|
|
|
|
https://gitlab.freedesktop.org/ofourdan/wayland-utils
|