summaryrefslogtreecommitdiffstats
path: root/data/meson.build
blob: d4d3160502ae24652d257bb40e1f3a56dd945a55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
datadir = join_paths(get_option('prefix'), get_option('datadir'), 'shopsystem')
cfgdir = join_paths(get_option('sysconfdir'), 'shopsystem')

install_data('config/logo.txt', install_dir: cfgdir)
install_data('config/config.ini', install_dir: cfgdir)
install_subdir('sounds', install_dir: datadir)
install_subdir('templates', install_dir: datadir)
install_subdir('invoice', install_dir: datadir)
subdir('dbus')
subdir('po')
subdir('systemd')
subdir('udev')