mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 16:08:51 +00:00
build: Fix build on systems with wayland-client headers in non-default location
Add a missing dependency to wl_client_dep for the wayland build. Some distros have the wayland-client headers not installed in /usr/include (which is perfectly valid, the pkg-config .pc file gives the right feedback).
This commit is contained in:
parent
be3de5a3db
commit
e12e67099b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ if use_wayland
|
||||||
soversion : soversion,
|
soversion : soversion,
|
||||||
darwin_versions : osxversion,
|
darwin_versions : osxversion,
|
||||||
install : true,
|
install : true,
|
||||||
dependencies : [gst_dep, gstvideo_dep]
|
dependencies : [gst_dep, gstvideo_dep, wl_client_dep]
|
||||||
)
|
)
|
||||||
|
|
||||||
gstwayland_dep = declare_dependency(link_with : gstwayland,
|
gstwayland_dep = declare_dependency(link_with : gstwayland,
|
||||||
|
|
Loading…
Reference in a new issue