mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
gstwayland: Don't depend on wayland-protocols
wayland-protocols are needed to build gstwayland, but not for dependent projects. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4724>
This commit is contained in:
parent
02bf1dbf1f
commit
6f8b9574f2
1 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ if use_wayland
|
|||
darwin_versions : osxversion,
|
||||
install : true,
|
||||
dependencies : [gst_dep, gstallocators_dep, gstvideo_dep, libdrm_dep,
|
||||
wl_client_dep, wl_protocol_dep]
|
||||
wl_client_dep]
|
||||
)
|
||||
|
||||
pkg_name = 'gstreamer-wayland-1.0'
|
||||
|
@ -90,7 +90,7 @@ if use_wayland
|
|||
gstwayland_dep = declare_dependency(link_with : gstwayland,
|
||||
include_directories : [libsinc],
|
||||
dependencies : [gst_dep, gstallocators_dep, gstvideo_dep, libdrm_dep,
|
||||
wl_client_dep, wl_protocol_dep])
|
||||
wl_client_dep])
|
||||
|
||||
install_headers(wl_headers, subdir: 'gstreamer-1.0/gst/wayland')
|
||||
meson.override_dependency(pkg_name, gstwayland_dep)
|
||||
|
|
Loading…
Reference in a new issue