summaryrefslogtreecommitdiff
path: root/plugins/shotwell-transitions/meson.build
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2024-03-24 09:24:40 +0100
committerJörg Frings-Fürst <debian@jff.email>2024-03-24 09:24:40 +0100
commit734fc45fc296a4b6cfa303329023c24e026f35df (patch)
tree30038fff46b2fdf3fde9f20a538993cf2ed23fc8 /plugins/shotwell-transitions/meson.build
parent14bc7db2e07c5d1ccfb4d723c9dba395e6c93171 (diff)
parentdde66becd94817998e320c7ace72729af7455345 (diff)
Merge branch 'release/debian/0.36.6-1'HEADdebian/0.36.6-1master
Diffstat (limited to 'plugins/shotwell-transitions/meson.build')
-rw-r--r--plugins/shotwell-transitions/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/shotwell-transitions/meson.build b/plugins/shotwell-transitions/meson.build
index 8134292..f809ade 100644
--- a/plugins/shotwell-transitions/meson.build
+++ b/plugins/shotwell-transitions/meson.build
@@ -20,7 +20,7 @@ libm = cc.find_library('m', required : false)
shared_module('shotwell-transitions',
shotwell_transitions_sources + shotwell_transitions_resources,
dependencies : [gio, gdk_pixbuf, cairo, gtk, gdk, xml, sw_plugin,
- sw_plugin_common_dep, gee, soup, webkit, libm],
+ sw_plugin_common_dep, gee, soup, libm],
vala_args : [
'--gresources', 'org.gnome.Shotwell.Transitions.gresource.xml',
],