summaryrefslogtreecommitdiff
path: root/thumbnailer/meson.build
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2022-10-02 20:33:39 +0200
committerJörg Frings-Fürst <debian@jff.email>2022-10-02 20:33:39 +0200
commitac6e0b731b9f0b2efd392e3309a5c07e2a66adad (patch)
treed3225c4f583bbc2dd2d4d1270599bdc91d6bbb57 /thumbnailer/meson.build
parentbeb8b0dad71871aa66b63901b3e6b6c047e1a646 (diff)
parent133064a8fce1a02e83874295ab20ab1dee304777 (diff)
Merge branch 'release/debian/0.30.17-1'debian/0.30.17-1
Diffstat (limited to 'thumbnailer/meson.build')
-rw-r--r--thumbnailer/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/thumbnailer/meson.build b/thumbnailer/meson.build
index 29acb1f..f1b0ad4 100644
--- a/thumbnailer/meson.build
+++ b/thumbnailer/meson.build
@@ -1,5 +1,5 @@
executable('shotwell-video-thumbnailer',
'shotwell-video-thumbnailer.vala',
- dependencies : [posix, gstreamer, gee, gdk_pixbuf],
+ dependencies : [posix, gstreamer, gee, gdk_pixbuf, gio],
install : true,
install_dir : join_paths(get_option('libexecdir'), 'shotwell'))