diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2024-02-22 17:32:27 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2024-02-22 17:32:27 +0100 |
commit | 2bb26608f735b6fc90c06a56793e1cf6e164830a (patch) | |
tree | 0b7ca7dcaaeb737b7e539ce4c3992d18c6949370 /plugins/meson.build | |
parent | 5c6c59a0325c2f3cc611b8186ac289d011c14369 (diff) | |
parent | 5303f650e34763817d7eeb1d3ba774bdec3e1a38 (diff) |
Update upstream source from tag 'upstream/0.32.6'
Update to upstream version '0.32.6'
with Debian dir 5219d541f047c3ea70dcf1edb7897dd0a7dedfb1
Diffstat (limited to 'plugins/meson.build')
-rw-r--r-- | plugins/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/meson.build b/plugins/meson.build index e9c0e49..bd4ac9e 100644 --- a/plugins/meson.build +++ b/plugins/meson.build @@ -7,7 +7,7 @@ sw_plugin_common = library('shotwell-plugin-common', 'common/BuilderPane.vala', 'common/OAuth1Support.vala'], version: meson.project_version(), - dependencies : [gtk, gee, webkit, soup, xml, sw_plugin], + dependencies : [gtk, gee, soup, xml, sw_plugin], vala_header : 'shotwell-plugin-common.h', vala_vapi : 'shotwell-plugin-common.vapi', include_directories : config_incdir, |