Change configuration system from Autotools to Meson
[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('random-image')
20 subdir('rotate')
21 subdir('symlink')
22 subdir('tethered-photography')
23
24
25 i18n.merge_file(
26     input : 'template.desktop.in',
27     output : 'template.desktop',
28     type : 'desktop',
29     po_dir : podir,
30     install : true,
31     install_dir : appdir)