blob: 29acb1fd185089be9f2bea6531d564352caf5f76 (
plain)
1
2
3
4
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'))
|