summaryrefslogtreecommitdiffstats
path: root/data/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'data/meson.build')
-rw-r--r--data/meson.build12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/meson.build b/data/meson.build
new file mode 100644
index 0000000..d4d3160
--- /dev/null
+++ b/data/meson.build
@@ -0,0 +1,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')