meson_options.txt 779 B

123456789101112131415
  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. # General options
  10. option('with-examples', type: 'boolean', description: 'Build sample programs', value: 'true')
  11. option('with-util', type: 'boolean', description: 'Build the utilities', value: 'true')