mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 04:41:16 +00:00
meson: Remove duplicated library definitions for gstmse and gstanalytics
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7109>
This commit is contained in:
parent
c2531853fc
commit
5f50b93f0a
2 changed files with 1 additions and 2 deletions
|
@ -22,7 +22,6 @@ gstanalytics = library('gstanalytics-' + api_version,
|
|||
install : true,
|
||||
dependencies : [gstbase_dep, gstvideo_dep])
|
||||
|
||||
gst_libraries += [[pkg_name, {'lib': gstanalytics}]]
|
||||
pkgconfig.generate(gstanalytics,
|
||||
libraries : [gst_dep, gstbase_dep],
|
||||
variables : pkgconfig_variables,
|
||||
|
@ -32,6 +31,7 @@ pkgconfig.generate(gstanalytics,
|
|||
)
|
||||
gen_sources = []
|
||||
|
||||
library_def = {'lib': gstanalytics}
|
||||
if build_gir
|
||||
gir = {
|
||||
'sources' : analytics_sources + analytics_headers,
|
||||
|
|
|
@ -102,7 +102,6 @@ gstmse = library('gstmse-' + api_version,
|
|||
)
|
||||
|
||||
pkg_name = 'gstreamer-mse-' + api_version
|
||||
gst_libraries += [[pkg_name, {'lib': gstmse}]]
|
||||
pkgconfig.generate(gstmse,
|
||||
libraries : [gst_dep],
|
||||
variables : pkgconfig_variables,
|
||||
|
|
Loading…
Reference in a new issue