diff options
| author | Simon Ser <contact@emersion.fr> | 2024-05-18 13:48:17 +0200 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2024-05-18 13:48:17 +0200 |
| commit | 796898519be183adcffd09f1dca71d13c376488f (patch) | |
| tree | da532825d8fda0c0231ef77fc2bd2035f9c8a8a6 | |
| parent | dcdb72757a5ec591c692df5e96c57c51758dbd8f (diff) | |
build: disable wayland-protocols subproject tests by default
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 1043e4ba..1d143110 100644 --- a/meson.build +++ b/meson.build @@ -68,7 +68,7 @@ pcre2 = dependency('libpcre2-8') wayland_server = dependency('wayland-server', version: '>=1.21.0') wayland_client = dependency('wayland-client') wayland_cursor = dependency('wayland-cursor') -wayland_protos = dependency('wayland-protocols', version: '>=1.24') +wayland_protos = dependency('wayland-protocols', version: '>=1.24', default_options: ['tests=false']) xkbcommon = dependency('xkbcommon', version: '>=1.5.0') cairo = dependency('cairo') pango = dependency('pango') |
