mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
meson: add pkg-config file for the webrtc plugin
This commit is contained in:
parent
7dc7607475
commit
515e2d765a
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,7 @@ libnice_dep = dependency('nice', version : '>=0.1.14', required : get_option('we
|
||||||
default_options: ['tests=false'])
|
default_options: ['tests=false'])
|
||||||
|
|
||||||
if libnice_dep.found()
|
if libnice_dep.found()
|
||||||
library('gstwebrtc',
|
gstwebrtc_plugin = library('gstwebrtc',
|
||||||
webrtc_sources,
|
webrtc_sources,
|
||||||
c_args : gst_plugins_bad_args + ['-DGST_USE_UNSTABLE_API'],
|
c_args : gst_plugins_bad_args + ['-DGST_USE_UNSTABLE_API'],
|
||||||
include_directories : [configinc],
|
include_directories : [configinc],
|
||||||
|
@ -26,4 +26,5 @@ if libnice_dep.found()
|
||||||
install : true,
|
install : true,
|
||||||
install_dir : plugins_install_dir,
|
install_dir : plugins_install_dir,
|
||||||
)
|
)
|
||||||
|
pkgconfig.generate(gstwebrtc_plugin, install_dir : plugins_pkgconfig_install_dir)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue