mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +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,
|
install : true,
|
||||||
dependencies : [gstbase_dep, gstvideo_dep])
|
dependencies : [gstbase_dep, gstvideo_dep])
|
||||||
|
|
||||||
gst_libraries += [[pkg_name, {'lib': gstanalytics}]]
|
|
||||||
pkgconfig.generate(gstanalytics,
|
pkgconfig.generate(gstanalytics,
|
||||||
libraries : [gst_dep, gstbase_dep],
|
libraries : [gst_dep, gstbase_dep],
|
||||||
variables : pkgconfig_variables,
|
variables : pkgconfig_variables,
|
||||||
|
@ -32,6 +31,7 @@ pkgconfig.generate(gstanalytics,
|
||||||
)
|
)
|
||||||
gen_sources = []
|
gen_sources = []
|
||||||
|
|
||||||
|
library_def = {'lib': gstanalytics}
|
||||||
if build_gir
|
if build_gir
|
||||||
gir = {
|
gir = {
|
||||||
'sources' : analytics_sources + analytics_headers,
|
'sources' : analytics_sources + analytics_headers,
|
||||||
|
|
|
@ -102,7 +102,6 @@ gstmse = library('gstmse-' + api_version,
|
||||||
)
|
)
|
||||||
|
|
||||||
pkg_name = 'gstreamer-mse-' + api_version
|
pkg_name = 'gstreamer-mse-' + api_version
|
||||||
gst_libraries += [[pkg_name, {'lib': gstmse}]]
|
|
||||||
pkgconfig.generate(gstmse,
|
pkgconfig.generate(gstmse,
|
||||||
libraries : [gst_dep],
|
libraries : [gst_dep],
|
||||||
variables : pkgconfig_variables,
|
variables : pkgconfig_variables,
|
||||||
|
|
Loading…
Reference in a new issue