diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2024-02-22 17:32:07 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2024-02-22 17:32:07 +0100 |
commit | 5303f650e34763817d7eeb1d3ba774bdec3e1a38 (patch) | |
tree | 8ad5028940b931abe0eee441e12357f970c656de /plugins/authenticator/shotwell/meson.build | |
parent | f5a0cee8ccecc7b6c6c2d8e9fb6f6eecd53531fe (diff) |
New upstream version 0.32.6upstream/0.32.6
Diffstat (limited to 'plugins/authenticator/shotwell/meson.build')
-rw-r--r-- | plugins/authenticator/shotwell/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/authenticator/shotwell/meson.build b/plugins/authenticator/shotwell/meson.build index 037ec3b..a6475e0 100644 --- a/plugins/authenticator/shotwell/meson.build +++ b/plugins/authenticator/shotwell/meson.build @@ -11,7 +11,7 @@ authenticator_shotwell_resources = gnome.compile_resources('authenticator-resour source_dir : meson.project_source_root()) authenticator_shotwell_deps = [gee, gtk, gio, soup, json_glib, sw_plugin, - sw_plugin_common_dep, json_glib, xml, webkit, secret] + sw_plugin_common_dep, json_glib, xml, secret] authenticator = library('shotwell-authenticator', authenticator_shotwell_sources + authenticator_shotwell_resources, |