summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2018-09-07 16:52:59 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2018-09-13 14:35:12 +0200
commitbda3bb931bb3120d77ee546507ebc6983caf5be4 (patch)
tree11c0c494c576611e6c1936af0cf291b196badd00 /meson_options.txt
parente860a2e09cc1ae078b51ccda60eec24d5406ec1c (diff)
downloadNetworkManager-bda3bb931bb3120d77ee546507ebc6983caf5be4.tar.gz
build: meson: fix pppd path
Allow specifying a non-existent path. (cherry picked from commit 794e499ab8b8825d9794d7c2e320b10909fc3ba3)
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 6bd1eec3c9..82971e5527 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -30,7 +30,7 @@ option('wext', type: 'boolean', value: true, description: 'Enable or disable Lin
option('wifi', type: 'boolean', value: true, description: 'enable Wi-Fi support')
option('iwd', type: 'boolean', value: false, description: 'enable iwd support (experimental)')
option('ppp', type: 'boolean', value: true, description: 'enable PPP/PPPoE support')
-option('pppd', type: 'array', value: ['pppd', '/sbin/pppd', '/usr/sbin/pppd'], description: 'path to pppd binary')
+option('pppd', type: 'string', value: '', description: 'path to pppd binary')
option('pppd_plugin_dir', type: 'string', value: '', description: 'path to the pppd plugins directory')
option('modem_manager', type: 'boolean', value: true, description: 'Enable new ModemManager1 interface support')
option('ofono', type: 'boolean', value: false, description: 'Enable oFono support (experimental)')