Disable broken subproject plugins-bad:aja (-Dgst-plugins-bad:aja=disabled does not work)

Trying to build current main. (1.25…)

gst-plugins-bad:aja is broken.

meson setup build -Dgst-plugins-bad:aja=disabled removes it from the list of
gst-plugins-bad plugins, but ninja still tries to build it.

How to get past this road block?

Please create an issue in Gitlab with more information how it fails / is broken.

done:

oops: I had mistyped -Dgst_plugins_bad:aja=disabled and the aja plugin was still there later on in the (non-alphabetic list of plugins)

correcting this to -Dgst-plugins-bad:aja=disabled fixed things to avoid compiling the broken aja plugin.