diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | meson_options.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a63ee41d..6f4ad01d 100644 --- a/configure.ac +++ b/configure.ac @@ -525,7 +525,7 @@ MM_ENABLE_PLUGIN([option], MM_ENABLE_PLUGIN([option-hso], [with_shared_option]) MM_ENABLE_PLUGIN([pantech]) -MM_ENABLE_PLUGIN_DISABLED([qcom-soc]) +MM_ENABLE_PLUGIN([qcom-soc]) MM_ENABLE_PLUGIN([quectel]) MM_ENABLE_PLUGIN([samsung], [with_shared_icera]) diff --git a/meson_options.txt b/meson_options.txt index 9f84fadc..0029a642 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -63,7 +63,7 @@ option('plugin_option', type: 'boolean', value: true, description: 'enable optio option('plugin_option_hso', type: 'boolean', value: true, description: 'enable option hso plugin support') option('plugin_pantech', type: 'boolean', value: true, description: 'enable pantech plugin support') -option('plugin_qcom_soc', type: 'boolean', value: false, description: 'enable qcom soc plugin support') +option('plugin_qcom_soc', type: 'boolean', value: true, description: 'enable qcom soc plugin support') option('plugin_quectel', type: 'boolean', value: true, description: 'enable quectel plugin support') # shared_icera |