projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7a2623
)
meson: install libgstcheck-1.0 and add api version to name
author
Tim-Philipp Müller
<tim@centricular.com>
Sun, 21 Aug 2016 23:01:46 +0000
(
00:01
+0100)
committer
Tim-Philipp Müller
<tim@centricular.com>
Sun, 21 Aug 2016 23:03:32 +0000
(
00:03
+0100)
libs/gst/check/meson.build
patch
|
blob
|
history
diff --git
a/libs/gst/check/meson.build
b/libs/gst/check/meson.build
index
0052c7f
..
ceb7bc8
100644
(file)
--- a/
libs/gst/check/meson.build
+++ b/
libs/gst/check/meson.build
@@
-34,9
+34,12
@@
configure_file(input : 'libcheck/check.h.in',
install_dir : 'include/gstreamer-1.0/gst/check/',
configuration : check_cdata)
-gst_check = shared_library('gstcheck
'
,
+gst_check = shared_library('gstcheck
-@0@'.format(apiversion)
,
gst_check_sources,
c_args : gst_c_args,
+ version : libversion,
+ soversion : soversion,
+ install : true,
include_directories : [configinc, libsinc],
link_with : [libcheck],
dependencies : [gobject_dep, glib_dep, gst_dep],