summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2018-08-29 10:06:40 +0200
committerGuido Günther <agx@sigxcpu.org>2019-08-02 16:15:52 +0200
commit94baaea843db9d92e5f2ba1b99516f0bac4a6feb (patch)
tree39d958d9efc695b371c4df9e7fbba3f2c08bc2ed /meson_options.txt
parent62981b3c18baa1e34060062c3ae8f1c1b3064691 (diff)
downloadgnome-settings-daemon-94baaea843db9d92e5f2ba1b99516f0bac4a6feb.tar.gz
Initial wwan plugin
Heavily based on code from nm-applet. Follow-Ups: - Allow to store SIM in keyring - Handle PUKs? (or do that in g-c-c)
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 50bd1749..7da7421a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -8,3 +8,4 @@ option('network_manager', type: 'boolean', value: true, description: 'build with
option('rfkill', type: 'boolean', value: true, description: 'build with rfkill support (not optional on Linux platforms)')
option('smartcard', type: 'boolean', value: true, description: 'build with smartcard support')
option('wayland', type: 'boolean', value: true, description: 'build with Wayland support')
+option('wwan', type: 'boolean', value: true, description: 'build with WWAN support')