diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/wayland/meson.build b/subprojects/gst-plugins-bad/gst-libs/gst/wayland/meson.build index d660182b6a..f96da60e1c 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/wayland/meson.build +++ b/subprojects/gst-plugins-bad/gst-libs/gst/wayland/meson.build @@ -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)