build: meson: ifcfg-rh plugin should not enable ibft

This is not the case with autotools.
This commit is contained in:
Beniamino Galvani
2018-09-26 08:41:05 +02:00
parent f744e29dd3
commit e22c7150e0

View File

@@ -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)