mirror of
https://github.com/zoriya/astal.git
synced 2026-05-31 01:25:32 +00:00
13 lines
244 B
Meson
13 lines
244 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)',
|
|
)
|