meson_options.txt 753 B

1234567891011121314
  1. option('with-systemd', type: 'boolean', description: 'Use systemd support (unit, etc)', value: 'true')
  2. # limits.d
  3. 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')
  4. # systemd specific
  5. option('with-systemd-user-unit-dir', type: 'string', description: 'Explicitly set the systemd user unit directory')
  6. # Not using systemd
  7. option('with-dbus-service-dir', type: 'string', description: 'Explicitly set the D-BUS session directory')
  8. # General options
  9. option('with-examples', type: 'boolean', description: 'Build sample programs', value: 'true')
  10. option('with-daemon', type: 'boolean', description: 'Build the daemon', value: 'true')