From f5f48e8a3375610aeb45d66166dc3d3a52db75d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hubert=20Figui=C3=A8re?= Date: Thu, 5 Dec 2024 18:28:25 -0500 Subject: [PATCH] test: Depend on a recent enough version of libportal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The notification API for the notification test is only in current git (0.9.0). Without this the test fail to build if you have the current release installed: this triggers the meson subproject build. Signed-off-by: Hubert Figuière --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 876a531a1..26da8a489 100644 --- a/meson.build +++ b/meson.build @@ -120,7 +120,7 @@ geoclue_dep = dependency( ) libportal_dep = dependency( 'libportal', - version: '>= 0.8.1', + version: '>= 0.9.0', required: get_option('libportal'), fallback: ['libportal', 'libportal_dep'], default_options: [