entice/meson_options.txt

11 lines
214 B
Meson
Raw Normal View History

option('edje-cc',
type : 'string',
2021-03-17 08:20:24 -07:00
description: 'A path to a edje_cc. Defaults to system edje_cc'
)
2021-02-10 06:31:37 -08:00
option('nls',
type: 'boolean',
value: true,
description: 'enable localization: (default=true)'
)