summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-12-20 10:19:39 +0100
committerThomas Haller <thaller@redhat.com>2017-12-21 10:50:33 +0100
commit7bc21957218f1bf890f3cecd0b95521b22f2f9d5 (patch)
treeeaffbd36e5b0f90219783d22d105eb4158dc28d0 /meson.build
parent68fa0ea8eb1817d84dddda6664294481a8e10993 (diff)
build/meson: drop option for deprecated ifcfg-suse setting plugins
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build5
1 files changed, 0 insertions, 5 deletions
diff --git a/meson.build b/meson.build
index 11e6cdd90d..2efa1ad6b3 100644
--- a/meson.build
+++ b/meson.build
@@ -221,7 +221,6 @@ else
endif
enable_ifcfg_rh = get_option('ifcfg_rh') or (distro == 'redhat')
-enable_ifcfg_suse = get_option('ifcfg_suse') or (distro == 'suse')
enable_ifupdown = get_option('ifupdown') or (distro == 'debian')
enable_ifnet = get_option('ifnet') or (distro == 'gentoo')
@@ -236,10 +235,6 @@ if config_plugins_default == ''
config_plugins += ['ifcfg-rh']
endif
- if enable_ifcfg_suse
- config_plugins += ['ifcfg-suse']
- endif
-
if enable_ifupdown
config_plugins += ['ifupdown']
endif