Add tuhi-live to output

master
nixo 2019-09-21 08:38:44 +02:00
parent 538480f022
commit add6955bb8
1 changed files with 6 additions and 0 deletions

View File

@ -72,6 +72,7 @@ config_tuhi_devel.set('libexecdir', '')
config_tuhi_devel.set('devel', '''
tuhi_gui = '@1@/tuhi-gui.devel'
tuhi_server = '@0@/tuhi-server.py'
tuhi_live = '@0@/tuhi-live.py'
print('Running from source tree, using local files')
'''.format(meson.source_root(), meson.build_root()))
@ -111,6 +112,11 @@ configure_file(input: 'tuhi-server.py',
copy: true,
install_dir: libexecdir)
configure_file(input: 'tuhi-live.py',
output: 'tuhi-live',
copy: true,
install_dir: libexecdir)
meson.add_install_script('meson_install.sh')
desktop_file = i18n.merge_file(input: 'data/org.freedesktop.Tuhi.desktop.in',