From 80e97bd00bf6263845aa98b411507baba28be67e Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sun, 19 Sep 2021 11:01:00 +0200 Subject: 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 --- meson.build | 2 -- 1 file changed, 2 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 94b49e7..15dbc37 100644 --- a/meson.build +++ b/meson.build @@ -8,8 +8,6 @@ wayland_protocols_version = meson.project_version() fs = import('fs') -dep_scanner = dependency('wayland-scanner', native: true) - stable_protocols = [ 'presentation-time', 'viewporter', -- cgit v1.2.3