From: Marius Vlad Date: Mon, 12 Oct 2020 11:12:07 +0000 (+0300) Subject: gst-libs/gst/wayland: Install "unstable" wayland header X-Git-Tag: 1.19.3~507^2~984 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa68d0301398526b71a975d4e4193187b1612a5f;p=platform%2Fupstream%2Fgstreamer.git 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 Part-of: --- diff --git a/gst-libs/gst/wayland/meson.build b/gst-libs/gst/wayland/meson.build index d4b31af..182c9c3 100644 --- a/gst-libs/gst/wayland/meson.build +++ b/gst-libs/gst/wayland/meson.build @@ -13,7 +13,7 @@ if use_wayland include_directories : [configinc, libsinc], version : libversion, soversion : soversion, - darwin_versions : osxversion, + darwin_versions : osxversion, install : true, dependencies : [gst_dep, gstvideo_dep, wl_client_dep] ) @@ -31,4 +31,5 @@ if use_wayland dependencies : [gst_dep, gstvideo_dep]) meson.override_dependency('gstreamer-wayland-1.0', gstwayland_dep) + install_headers('wayland.h', subdir: 'gstreamer-1.0/gst/wayland') endif