mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
build: meson: add missing GstGL dependency
This commit is contained in:
parent
7418d4e954
commit
d26dc92021
1 changed files with 6 additions and 1 deletions
|
@ -198,7 +198,12 @@ if USE_WAYLAND
|
|||
]
|
||||
endif
|
||||
|
||||
gstlibvaapi_deps = [gstbase_dep, gstvideo_dep, gstcodecparsers_dep, libva_dep, gstvaapi_baseutils_dep]
|
||||
gstlibvaapi_deps = [ gstbase_dep,
|
||||
gstvideo_dep,
|
||||
gstgl_dep,
|
||||
gstcodecparsers_dep,
|
||||
libva_dep,
|
||||
gstvaapi_baseutils_dep ]
|
||||
if USE_DRM
|
||||
gstlibvaapi_deps += [libva_drm_dep, libdrm_dep, libudev_dep]
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue