From 57eb2390896ec4b8f310ac77a0a71344caa6596e Mon Sep 17 00:00:00 2001 From: Shawn Guo Date: Fri, 17 Sep 2021 03:59:38 -0400 Subject: [PATCH] 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 --- configure.ac | 2 +- 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