mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-11 00:33:48 +01:00
16 lines
339 B
Meson
16 lines
339 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.'
|
||
|
)
|