meson.build: wayland-scanner is only needed for tests
wayland-scanner is only needed for tests so don't require it if tests
are disabled
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Loading
-
This change was needed to avoid the following build failure on buildroot when tests are disabled and host-wayland is not compiled:
Build-time dependency wayland-scanner found: NO (tried pkgconfig and cmake) ../output-1/build/wayland-protocols-1.23/meson.build:11:0: ERROR: Dependency "wayland-scanner" not found, tried pkgconfig and cmake
Full build log: http://autobuild.buildroot.org/results/274/2744e50465a9cd9d3726d23298ad6c943ef49a21/build-end.log
Please register or sign in to comment