mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
plugins-base/tests/check/meson.build: add omitted Wayland dependence
SUSE places Wayland include files in /usr/include/wayland, and needs a Cflag added to wayland_client_deps by pkg-config, which is added to gl_winsys_deps: add this as a dependency in gstgl_dep to fix issue. Fixes #1607 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3638>
This commit is contained in:
parent
36a619ba60
commit
b713c141e0
1 changed files with 1 additions and 1 deletions
|
@ -1118,7 +1118,7 @@ if build_gstgl
|
|||
gstgl_dep = declare_dependency(link_with : gstgl,
|
||||
include_directories : [libsinc, compat_includes],
|
||||
sources: gen_sources,
|
||||
dependencies : [video_dep, gst_base_dep],
|
||||
dependencies : [video_dep, gst_base_dep, gl_winsys_deps],
|
||||
variables: pkgconfig_gl_variables)
|
||||
gstglproto_dep = declare_dependency(
|
||||
dependencies : [gstgl_dep] + gl_lib_deps,
|
||||
|
|
Loading…
Reference in a new issue