meson: Don't use fallback: kwarg for libva deps
authorNirbheek Chauhan <nirbheek@centricular.com>
Mon, 27 May 2024 13:20:23 +0000 (18:50 +0530)
committerBackport Bot <gitlab-backport-bot@gstreamer-foundation.org>
Sun, 27 Oct 2024 12:29:08 +0000 (12:29 +0000)
commitd88db7ea2ab786ef39664bdb088b285cf2d150c8
treec0d5e6d23a3e8dadaaed4bdc5c898109c5b85d1d
parent7ae9cf813612ac9dedbe345e31d706d61d9a8a6c
meson: Don't use fallback: kwarg for libva deps

This will cause a fallback even when the `va` option is `auto`, not
giving the user a chance to provide the dependency via the system, and
likely building this feature unnecessarily.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7760>
subprojects/gst-plugins-bad/gst-libs/gst/va/meson.build
subprojects/gstreamer-vaapi/meson.build
subprojects/libva.wrap