Skip to content

Commit

Permalink
test: Depend on a recent enough version of libportal
Browse files Browse the repository at this point in the history
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 <hub@figuiere.net>
  • Loading branch information
hfiguiere authored and GeorgesStavracas committed Dec 21, 2024
1 parent 1c902cc commit 53824de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 53824de

Please sign in to comment.