diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-10-01 21:55:21 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-10-01 21:55:21 +0200 |
commit | 0ac74d65f16aa7eb70669b07c25cb90114eb9435 (patch) | |
tree | 31cd86e358bc70e6d83955fdcc0d8e05fc32c325 /thumbnailer/meson.build | |
parent | 0b99aa7b114b6c8eb0d55742c4be2f3a73f44e39 (diff) | |
parent | f542481df58f3222143bc260feb34b5cf537d8e0 (diff) |
Merge branch 'feature/upstream' into develop
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')) |