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/shotwell-transitions | |
parent | f5a0cee8ccecc7b6c6c2d8e9fb6f6eecd53531fe (diff) |
New upstream version 0.32.6upstream/0.32.6
Diffstat (limited to 'plugins/shotwell-transitions')
-rw-r--r-- | plugins/shotwell-transitions/meson.build | 2 |
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', ], |