zathura/meson_options.txt
2018-03-11 16:25:41 +01:00

21 lines
468 B
Meson

option('enable-sqlite',
type: 'boolean',
value: true,
description: 'Enable sqlite support if available.'
)
option('enable-synctex',
type: 'boolean',
value: true,
description: 'Enable synctex support if available.'
)
option('enable-magic',
type: 'boolean',
value: true,
description: 'Enable magic support if available.'
)
option('enable-seccomp',
type: 'boolean',
value: false,
description: 'Enable experimental seccomp support if available.'
)