aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build2
-rw-r--r--meson_options.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index e8b5f5ba..33b5e5ca 100644
--- a/meson.build
+++ b/meson.build
@@ -344,6 +344,7 @@ plugins_options_reqs = {
'motorola': {'available': true, 'shared': []},
'mtk-legacy': {'available': true, 'shared': mtk_shared_reqs},
'mtk': {'available': true, 'shared': mtk_shared_reqs},
+ 'netprisma': {'available': true, 'shared': ['quectel']},
'nokia': {'available': true, 'shared': []},
'nokia-icera': {'available': true, 'shared': ['icera']},
'novatel': {'available': true, 'shared': ['novatel']},
@@ -366,7 +367,6 @@ plugins_options_reqs = {
'wavecom': {'available': true, 'shared': []},
'x22x': {'available': true, 'shared': []},
'zte': {'available': true, 'shared': ['icera']},
- 'netprisma': {'available': true, 'shared': ['quectel']},
}
plugins_shared = {}
diff --git a/meson_options.txt b/meson_options.txt
index 4c4edfa5..799d6c34 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -46,6 +46,7 @@ option('plugin_mbm', type: 'feature', value: 'auto', description: 'enable mbm pl
option('plugin_motorola', type: 'feature', value: 'auto', description: 'enable motorola plugin support')
option('plugin_mtk_legacy', type: 'feature', value: 'auto', description: 'enable mtk legacy plugin support')
option('plugin_mtk', type: 'feature', value: 'auto', description: 'enable mtk plugin support')
+option('plugin_netprisma', type: 'feature', value: 'auto', description: 'enable netprisma plugin support')
option('plugin_nokia', type: 'feature', value: 'auto', description: 'enable nokia plugin support')
option('plugin_nokia_icera', type: 'feature', value: 'auto', description: 'enable nokia icera plugin support')
option('plugin_novatel', type: 'feature', value: 'auto', description: 'enable novatel plugin support')
@@ -68,7 +69,6 @@ option('plugin_via', type: 'feature', value: 'auto', description: 'enable via pl
option('plugin_wavecom', type: 'feature', value: 'auto', description: 'enable wavecom plugin support')
option('plugin_x22x', type: 'feature', value: 'auto', description: 'enable x22x plugin support')
option('plugin_zte', type: 'feature', value: 'auto', description: 'enable zte plugin support')
-option('plugin_netprisma', type: 'feature', value: 'auto', description: 'enable netprisma plugin support')
option('introspection', type: 'boolean', value: true, description: 'build introspection support')
option('vapi', type: 'boolean', value: false, description: 'build vala bindings')