summaryrefslogtreecommitdiff
path: root/plugins/meson.build
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2024-02-22 17:32:07 +0100
committerJörg Frings-Fürst <debian@jff.email>2024-02-22 17:32:07 +0100
commit5303f650e34763817d7eeb1d3ba774bdec3e1a38 (patch)
tree8ad5028940b931abe0eee441e12357f970c656de /plugins/meson.build
parentf5a0cee8ccecc7b6c6c2d8e9fb6f6eecd53531fe (diff)
New upstream version 0.32.6upstream/0.32.6upstream
Diffstat (limited to 'plugins/meson.build')
-rw-r--r--plugins/meson.build2
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,