summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-04-15 16:04:46 +0200
committerLubomir Rintel <lkundrak@v3.sk>2019-04-16 15:54:21 +0200
commit7bd06ce4c63d1e5df301f7fcb26e72044c6f1bdd (patch)
treecbc5a0001a8b2fb1facd89062dd6b710bfe1633a /meson.build
parent5801f89f4d1464fc15cb1d97755b73f9f68cb2e6 (diff)
downloadNetworkManager-7bd06ce4c63d1e5df301f7fcb26e72044c6f1bdd.tar.gz
build: drop HAVE_WIFI define
It's unused. https://github.com/NetworkManager/NetworkManager/pull/347
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 97802475a6..9676f319e8 100644
--- a/meson.build
+++ b/meson.build
@@ -259,7 +259,6 @@ config_h.set_quoted('NM_CONFIG_DEFAULT_MAIN_PLUGINS', config_plugins_default)
config_h.set_quoted('NM_DIST_VERSION', dist_version)
enable_wifi = get_option('wifi')
-config_h.set10('WITH_WIFI', enable_wifi)
enable_iwd = get_option('iwd')
if enable_iwd