diff options
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')) |