summaryrefslogtreecommitdiff
path: root/src/qmi-firmware-update
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2021-09-10 00:30:46 +0200
committerIñigo Martínez <inigomartinez@gmail.com>2021-09-13 11:05:44 +0200
commit187f86c17fab8dcd7e816e425f366f298f3a8917 (patch)
tree11e63c3a9769928592163e76f5f2dd64cbc80a56 /src/qmi-firmware-update
parent1c9ca122087a6ae805258c38ef632c510de55267 (diff)
downloadlibqmi-187f86c17fab8dcd7e816e425f366f298f3a8917.tar.gz
build: Make use of features build option
Since meson 0.47, there is support for features build options[0] that can be enabled automatically if the system has the required support. This feature has been used for some options that fit properly for their needs. The setup of the CI builds have also been apropiately updated. [0] https://mesonbuild.com/Release-notes-for-0-47-0.html#new-type-of-build-option-for-features
Diffstat (limited to 'src/qmi-firmware-update')
-rw-r--r--src/qmi-firmware-update/meson.build5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/qmi-firmware-update/meson.build b/src/qmi-firmware-update/meson.build
index 289b1581..5fe7778f 100644
--- a/src/qmi-firmware-update/meson.build
+++ b/src/qmi-firmware-update/meson.build
@@ -87,12 +87,9 @@ deps = [
gudev_dep,
libfirehose_dep,
libutils_dep,
+ mbim_glib_dep,
]
-if enable_mbim_qmux
- deps += mbim_glib_dep
-endif
-
qmi_firmware_update = executable(
'qmi-firmware-update',
sources: sources,