mirror of
https://github.com/zoriya/astal.git
synced 2026-06-02 18:20:48 +00:00
14 lines
245 B
Meson
14 lines
245 B
Meson
option(
|
|
'introspection',
|
|
type: 'boolean',
|
|
value: true,
|
|
description: 'Build gobject-introspection data',
|
|
)
|
|
|
|
option(
|
|
'vapi',
|
|
type: 'boolean',
|
|
value: true,
|
|
description: 'Generate vapi data (needs vapigen & introspection option)',
|
|
)
|