From bb9797c14470641b082ebf635e2ae3cfd5f27a3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 10 Apr 2023 15:07:19 +0200 Subject: New upstream version 0.30.18 --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 3cace30..5d08d30 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('shotwell', ['vala', 'c'], - version : '0.30.17', + version : '0.30.18', meson_version : '>= 0.43.0', default_options : ['buildtype=debugoptimized']) @@ -64,7 +64,7 @@ endif libraw = dependency('libraw', version : '>= 0.13.2') libexif = dependency('libexif', version : '>= 0.6.16') unity = dependency('unity', required : false) -gdk = [ dependency('gdk-x11-3.0'), dependency('gdk-wayland-3.0') ] +portal = [ dependency('libportal', version: '>= 0.5'), dependency('libportal-gtk3', version: '>= 0.5')] unity_available = false if unity.found() and get_option('unity-support') -- cgit v1.2.3