gstreamer/subprojects/libva.wrap
Nirbheek Chauhan e3f086c648 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/6932>
2024-05-29 15:49:45 +00:00

13 lines
293 B
Plaintext

[wrap-git]
directory = libva
url = https://github.com/intel/libva.git
revision = 1c58941b93ba5013c68e8370a408efd630275c9c
[provide]
libva = libva_dep
libva-drm = libva_drm_dep
libva-glx = libva_glx_dep
libva-wayland = libva_wayland_dep
libva-win32 = libva_win32_dep
libva-x11 = libva_x11_dep