summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2021-09-17 03:59:38 -0400
committerShawn Guo <shawn.guo@linaro.org>2021-09-17 04:18:43 -0400
commit57eb2390896ec4b8f310ac77a0a71344caa6596e (patch)
tree6ca4691732d87270bb6b8a86564bbfd7092cff6b
parent727410048f7993b58973b9b1e0c6d89190440cec (diff)
downloadModemManager-57eb2390896ec4b8f310ac77a0a71344caa6596e.tar.gz
build: enable qcom-soc plugin by default
As people are running distros like Debian, Archlinux, Fedora, etc., on laptops powered by Qualcomm Snapdragon SoCs, e.g. Lenovo Yoga C630, it makes sense to enable qcom-soc plugin by default, so that MM aarch64 package can be built by those distros more easily. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r--configure.ac2
-rw-r--r--meson_options.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a63ee41dd..6f4ad01d7 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 9f84fadca..0029a6425 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