From 49120f48474fc8fdc2448c75d961bc238213cfac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 1 May 2018 14:34:32 +0200 Subject: New upstream version 0.28.2 --- thumbnailer/meson.build | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 thumbnailer/meson.build (limited to 'thumbnailer/meson.build') diff --git a/thumbnailer/meson.build b/thumbnailer/meson.build new file mode 100644 index 0000000..29acb1f --- /dev/null +++ b/thumbnailer/meson.build @@ -0,0 +1,5 @@ +executable('shotwell-video-thumbnailer', + 'shotwell-video-thumbnailer.vala', + dependencies : [posix, gstreamer, gee, gdk_pixbuf], + install : true, + install_dir : join_paths(get_option('libexecdir'), 'shotwell')) -- cgit v1.2.3