summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2023-04-10 15:07:27 +0200
committerJörg Frings-Fürst <debian@jff.email>2023-04-10 15:07:27 +0200
commit2f7fd6adc286008a8c1f3b6cb7b63f3540d0e2e0 (patch)
treeeac0bbdb792ced73207004b9c71c699dfc302ce7 /meson.build
parent10fbc2942e6833ed36bd4ea663a33f52f3a35d03 (diff)
parentbb9797c14470641b082ebf635e2ae3cfd5f27a3b (diff)
Update upstream source from tag 'upstream/0.30.18'
Update to upstream version '0.30.18' with Debian dir d1ea682c56714cd4c2a932161997cb833722fcb9
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
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')