mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-12 13:30:35 +01:00
build: meson: ifcfg-rh plugin should not enable ibft
This is not the case with autotools.
This commit is contained in:
parent
f744e29dd3
commit
e22c7150e0
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ endif
|
|||
|
||||
enable_ifcfg_rh = get_option('ifcfg_rh') or (distro == 'redhat')
|
||||
enable_ifupdown = get_option('ifupdown') or (distro == 'debian')
|
||||
enable_ibft = get_option('ibft') or enable_ifcfg_rh
|
||||
enable_ibft = get_option('ibft')
|
||||
|
||||
config_h.set10('WITH_SETTINGS_PLUGIN_IBFT', enable_ibft)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue