gst-libs/gst/wayland: Install "unstable" wayland header
Context creation and retrieval is required, the symbols are exported with the header missing. Users most likely define GST_USE_UNSTABLE_API so they're aware of the implications of using a header that might change between releases. Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1688>
This commit is contained in:
parent
339ad46b93
commit
aa68d03013
@ -31,4 +31,5 @@ if use_wayland
|
|||||||
dependencies : [gst_dep, gstvideo_dep])
|
dependencies : [gst_dep, gstvideo_dep])
|
||||||
|
|
||||||
meson.override_dependency('gstreamer-wayland-1.0', gstwayland_dep)
|
meson.override_dependency('gstreamer-wayland-1.0', gstwayland_dep)
|
||||||
|
install_headers('wayland.h', subdir: 'gstreamer-1.0/gst/wayland')
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user