appstream-generator/meson_options.txt

20 lines
431 B
Meson

#
# Options for AppStream Generator
#
option('rpmmd',
type: 'boolean',
value: false,
description: 'Build the RPM-MD backend..'
)
option('download-js',
type: 'boolean',
value: true,
description: 'Download JavaScript with Yarn automatically.'
)
option('gir-dir',
type: 'string',
value: '',
description: 'Override the directory where gir-to-d searches for GIR files.'
)