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
@ -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…
x
Reference in New Issue
Block a user