mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 13:25:56 +00:00
meson: install libgstcheck-1.0 and add api version to name
This commit is contained in:
parent
a7a2623166
commit
63fa65f777
1 changed files with 4 additions and 1 deletions
|
@ -34,9 +34,12 @@ configure_file(input : 'libcheck/check.h.in',
|
||||||
install_dir : 'include/gstreamer-1.0/gst/check/',
|
install_dir : 'include/gstreamer-1.0/gst/check/',
|
||||||
configuration : check_cdata)
|
configuration : check_cdata)
|
||||||
|
|
||||||
gst_check = shared_library('gstcheck',
|
gst_check = shared_library('gstcheck-@0@'.format(apiversion),
|
||||||
gst_check_sources,
|
gst_check_sources,
|
||||||
c_args : gst_c_args,
|
c_args : gst_c_args,
|
||||||
|
version : libversion,
|
||||||
|
soversion : soversion,
|
||||||
|
install : true,
|
||||||
include_directories : [configinc, libsinc],
|
include_directories : [configinc, libsinc],
|
||||||
link_with : [libcheck],
|
link_with : [libcheck],
|
||||||
dependencies : [gobject_dep, glib_dep, gst_dep],
|
dependencies : [gobject_dep, glib_dep, gst_dep],
|
||||||
|
|
Loading…
Reference in a new issue