meson: QMI over MBIM and QMI over QRTR not enabled automatically
The default setup for both the QMI over MBIM (option mbim_qmux
) and QMI over QRTR (option qrtr
) should be that it's enabled if the dependencies are found ("auto" setup in autoools).
Right now these options are false, and if they are set to true, they will require the dependencies.
Is there any way to get this "auto" setup with meson easily? i.e.:
- if libmbim >= 1.18.0 found, automatically enable QMI over MBIM
- if libqrtr-glib >= 1.0.0 found, automatically enable QMI over QRTR