1
0

meson_options.txt 928 B

123456789101112131415161718
  1. # limits.d
  2. option('with-pam-group', type: 'string', description: 'Install the limits.d configuration file to allow renicing as an unpriviledged user being part of the specified group')
  3. # sd-bus provider
  4. option('with-sd-bus-provider', type: 'combo', choices: ['systemd', 'elogind', 'no-daemon'], value: 'systemd')
  5. # systemd specific
  6. option('with-systemd-user-unit-dir', type: 'string', description: 'Explicitly set the systemd user unit directory')
  7. # Not using systemd
  8. option('with-dbus-service-dir', type: 'string', description: 'Explicitly set the D-BUS session directory')
  9. # lib dir in gamemoderun
  10. option('with-gamemoderun-lib-dir', type: 'string', value: 'default', description: 'Explicitly set lib dir in gamemoderun')
  11. # General options
  12. option('with-examples', type: 'boolean', description: 'Build sample programs', value: 'true')
  13. option('with-util', type: 'boolean', description: 'Build the utilities', value: 'true')