summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2023-04-10 15:07:55 +0200
committerJörg Frings-Fürst <debian@jff.email>2023-04-10 15:07:55 +0200
commit70e60571e959c8f3580ed1c9cbf4c1ed124e7eca (patch)
treeeac0bbdb792ced73207004b9c71c699dfc302ce7 /meson.build
parent10fbc2942e6833ed36bd4ea663a33f52f3a35d03 (diff)
parent2f7fd6adc286008a8c1f3b6cb7b63f3540d0e2e0 (diff)
Merge branch 'feature/upstream' into develop
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')