2016-11-15 20:46:17 +00:00
|
|
|
wl_sources = [
|
2022-01-04 14:20:41 +00:00
|
|
|
'gstwaylandsink.c'
|
2016-11-15 20:46:17 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
if use_wayland
|
|
|
|
|
|
|
|
gstwaylandsink = library('gstwaylandsink',
|
2022-01-04 14:20:41 +00:00
|
|
|
wl_sources,
|
2016-11-15 20:46:17 +00:00
|
|
|
c_args : gst_plugins_bad_args + ['-DGST_USE_UNSTABLE_API'],
|
|
|
|
include_directories : [configinc],
|
2022-01-04 14:20:41 +00:00
|
|
|
dependencies : [gst_dep, gstvideo_dep, gstwayland_dep],
|
2016-11-15 20:46:17 +00:00
|
|
|
install : true,
|
|
|
|
install_dir : plugins_install_dir,
|
|
|
|
)
|
2018-04-24 18:05:30 +00:00
|
|
|
pkgconfig.generate(gstwaylandsink, install_dir : plugins_pkgconfig_install_dir)
|
2018-10-22 09:30:45 +00:00
|
|
|
plugins += [gstwaylandsink]
|
2016-11-15 20:46:17 +00:00
|
|
|
endif
|