1
0

meson_options.txt 567 B

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