summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-06-15 12:09:07 +0200
committerLubomir Rintel <lkundrak@v3.sk>2018-06-15 13:07:53 +0200
commitdf58895fb3479c4f00b9107126759d138250fef2 (patch)
tree192e8536b2198c232727a7ba7632df35f1bffd83 /meson_options.txt
parent576cbb771aafce4a1aeceb9ee99bffbdd63164e7 (diff)
downloadNetworkManager-df58895fb3479c4f00b9107126759d138250fef2.tar.gz
build: disable libnm-glib by default
It's deprecated and has been replaced by libnm for 6 major releases now. Its use in modern distributions has faded to the point it can probably be safely removed.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index f22eb28a4f..bafc676911 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -37,7 +37,7 @@ option('ofono', type: 'boolean', value: false, description: 'Enable oFono suppor
option('concheck', type: 'boolean', value: true, description: 'enable connectivity checking support')
option('teamdctl', type: 'boolean', value: false, description: 'enable Teamd control support')
option('ovs', type: 'boolean', value: true, description: 'enable OpenVSwitch support')
-option('libnm_glib', type: 'boolean', value: true, description: 'don\'t build legacy libraries')
+option('libnm_glib', type: 'boolean', value: false, description: 'build legacy libraries')
option('nmcli', type: 'boolean', value: true, description: 'Build nmcli')
option('nmtui', type: 'boolean', value: true, description: 'Build nmtui')
option('bluez5_dun', type: 'boolean', value: false, description: 'enable Bluez5 DUN support')