blob: f1b0ad47a7056a5a23f48893f75323129803ca89 (
plain)
1
2
3
4
5
|
executable('shotwell-video-thumbnailer',
'shotwell-video-thumbnailer.vala',
dependencies : [posix, gstreamer, gee, gdk_pixbuf, gio],
install : true,
install_dir : join_paths(get_option('libexecdir'), 'shotwell'))
|