summaryrefslogtreecommitdiffstats
path: root/util/coreboot-configurator/meson_options.txt
blob: 2dedd740242a0f8559eabce42c99cfa1195f89db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SPDX-License-Identifier: GPL-2.0-only

option('sizes',
	type: 'array',
	choices: ['24', '48', '96', '16', '32', '64', '128', '256', '512'],
	description: 'Choose icon size(s)',
)

option('mock',
	type : 'boolean',
	value : false
)