Files
astal/core/meson_options.txt
Aylur 0738194780 move libastal to /core
starting point of the monorepo
2024-09-01 02:06:50 +02:00

18 lines
161 B
Meson

option(
'lib',
type: 'boolean',
value: true,
)
option(
'cli',
type: 'boolean',
value: true,
)
option(
'gjs',
type: 'boolean',
value: true,
)