2020-08-04 23:09:05 -04:00
|
|
|
if build_gui
|
2020-08-05 21:15:32 -04:00
|
|
|
i18n.merge_file(
|
|
|
|
input: 'tuf-manager.desktop.in',
|
|
|
|
output: 'tuf-manager.desktop',
|
|
|
|
po_dir: join_paths(meson.source_root(), 'po'),
|
|
|
|
type: 'desktop',
|
|
|
|
install: true,
|
|
|
|
install_dir: join_paths(get_option('datadir'), 'applications')
|
|
|
|
)
|
2020-08-04 23:09:05 -04:00
|
|
|
endif
|
|
|
|
|
|
|
|
subdir('dbus')
|
|
|
|
subdir('polkit')
|
|
|
|
subdir('ui')
|
|
|
|
subdir('icons')
|
|
|
|
subdir('gschema')
|