aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2024-05-18 13:48:17 +0200
committerFurkan Sahin <furkan-dev@proton.me>2024-05-18 13:48:17 +0200
commit6f14f4bd38295ed03018f891f50eba136f024e01 (patch)
treeda532825d8fda0c0231ef77fc2bd2035f9c8a8a6 /meson.build
parent346a8f5ede1abac364b6997116efb31d647662a1 (diff)
build: disable wayland-protocols subproject tests by default
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
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')