diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2023-08-12 10:07:55 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2023-08-12 10:07:55 +0200 |
commit | 2333d2b06d52754a55a747fa438844286f98d53a (patch) | |
tree | e46351c8ec622c9d13232cf00c8a1048e55184af /meson.build | |
parent | 7f667adb7b8d3a803a6cd6120dcea4ba4ff89075 (diff) | |
parent | d0aaad443a88968dc61172c050084d3d9faa7602 (diff) |
Update upstream source from tag 'upstream/0.32.2'
Update to upstream version '0.32.2'
with Debian dir f0c4eb48b3e5ba2a80bbd45ac2effe5ecd515530
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 43b6d12..e7ba1db 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('shotwell', ['vala', 'c'], - version : '0.32.1', + version : '0.32.2', meson_version : '>= 0.59.0', default_options : ['buildtype=debugoptimized']) @@ -66,6 +66,7 @@ libexif = dependency('libexif', version : '>= 0.6.16') unity = dependency('unity', required : false) secret = dependency('libsecret-1', required: true) portal = [ dependency('libportal', version: '>= 0.5'), dependency('libportal-gtk3', version: '>= 0.5')] +math = meson.get_compiler('c').find_library('m', required: false) webpdemux = dependency('libwebpdemux') webp = dependency('libwebp') |