Open With feature
[geeqie.git] / plugins / meson.build
1 # This file is a part of Geeqie project (https://www.geeqie.org/).
2 # Copyright (C) 2008 - 2022 The Geeqie Team
3 #
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2 of the License, or
7 # (at your option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 #
13
14 subdir('camera-import')
15 subdir('export-jpeg')
16 subdir('geocode-parameters')
17 subdir('image-crop')
18 subdir('lens')
19 subdir('open-with')
20 subdir('random-image')
21 subdir('resize-image')
22 subdir('rotate')
23 subdir('symlink')
24 subdir('tethered-photography')
25 subdir('video-player')
26
27 i18n.merge_file(
28     input : 'org.geeqie.template.desktop.in',
29     output : 'org.geeqie.template.desktop',
30     type : 'desktop',
31     po_dir : podir,
32     install : true,
33     install_dir : appdir)