mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 15:43:47 +01:00
31 lines
550 B
Meson
31 lines
550 B
Meson
option('sqlite',
|
|
type: 'feature',
|
|
value: 'auto',
|
|
description: 'SQLite database backend'
|
|
)
|
|
option('synctex',
|
|
type: 'feature',
|
|
value: 'auto',
|
|
description: 'SyncTeX integration'
|
|
)
|
|
option('seccomp',
|
|
type: 'feature',
|
|
value: 'auto',
|
|
description: 'seccomp-based sandbox'
|
|
)
|
|
option('manpages',
|
|
type: 'feature',
|
|
value: 'auto',
|
|
description: 'manual pages'
|
|
)
|
|
option('tests',
|
|
type: 'feature',
|
|
value: 'auto',
|
|
description: 'run tests'
|
|
)
|
|
option('convert-icon',
|
|
type: 'feature',
|
|
value: 'auto',
|
|
description: 'convert icon to PNG'
|
|
)
|