diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-10-01 21:55:00 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-10-01 21:55:00 +0200 |
commit | bb0e1e40d2de6b093b564f4f2cd0c44aa32380b8 (patch) | |
tree | 31f7bc318ab8e9914f6aec1dde7ebbe10fbfbcdc /thumbnailer/meson.build | |
parent | 9e0516824a0f79514aca5d6dbb1aa21cd247ba05 (diff) |
New upstream version 0.30.17upstream/0.30.17
Diffstat (limited to 'thumbnailer/meson.build')
-rw-r--r-- | thumbnailer/meson.build | 2 |
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')) |