spiegel-keyman/linux/keyman-system-service/resources/meson.build
Eberhard Beilharz 603c1d6ea0
feat(linux): Add system service to toggle capslock LED
This implements the server side.
2023-05-15 09:13:58 +02:00

3 lines
316 B
Meson

install_data('com.keyman.SystemService1.conf', install_dir: get_option('datadir') / 'dbus-1/system.d/')
install_data('com.keyman.SystemService1.service', install_dir: get_option('datadir') / 'dbus-1/system-services/')
install_data('systemd-keyman.service', install_dir: get_option('prefix') / 'lib/systemd/system/')