build,meson: Allow plugins to depend on build options
At the moment plugins might depend only on shared plugins. However, plugins may depend also in different build options. For example, qcom-soc
plugin needs qmi
option to be enabled.
Plugins build check has been changed to allow to depend on different build options.
Fixes #447 (closed)