From 94baaea843db9d92e5f2ba1b99516f0bac4a6feb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Wed, 29 Aug 2018 10:06:40 +0200 Subject: 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) --- meson_options.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'meson_options.txt') 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') -- cgit v1.2.1