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>
This commit is contained in:
@@ -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])
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user