meson.build 223 B

12345678
  1. # Install the service file
  2. install_data('gamemoded.service', install_dir: path_systemd_unit_dir)
  3. # Give cpugovctl the permissions it needs
  4. meson.add_install_script(
  5. 'cpugovctl_perms.sh',
  6. dependencies: cpugovctl,
  7. )