-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathmeson.options
More file actions
33 lines (31 loc) · 816 Bytes
/
meson.options
File metadata and controls
33 lines (31 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
option('tests', type: 'feature', description: 'Build tests')
option(
'default-link-local-autoconf',
type: 'boolean',
description: 'Enable link local autoconfiguration by default',
)
option(
'default-ipv6-accept-ra',
type: 'boolean',
description: 'Accept router advertisements by default',
)
option(
'sync-mac',
type: 'boolean',
description: 'Sync mac address with phosphor-inventory-manager',
)
option(
'hyp-nw-config',
type: 'boolean',
description: 'ibm-oem: Enable the hypervisor network manager',
)
option(
'persist-mac',
type: 'boolean',
description: 'Permit the MAC address to be written to the systemd.network config',
)
option(
'force-sync-mac',
type: 'boolean',
description: 'Force sync mac address no matter is first boot or not',
)