mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +00:00
Fix circular dependencies in the generated nuggets
This commit is contained in:
parent
7548c54234
commit
2b607442d9
1 changed files with 1 additions and 3 deletions
|
@ -101,8 +101,7 @@ if ges_dep.found()
|
||||||
'--version', meson.project_version(),
|
'--version', meson.project_version(),
|
||||||
'--tags', 'GStreamer GES GstSharp bindings',
|
'--tags', 'GStreamer GES GstSharp bindings',
|
||||||
'--builddir', meson.current_build_dir(),
|
'--builddir', meson.current_build_dir(),
|
||||||
'--dependency', 'GLibSharp:3.22',
|
'--dependency', 'GstSharp:' + meson.project_version(),
|
||||||
'--dependency', 'GioSharp:3.22',
|
|
||||||
],
|
],
|
||||||
output: 'GESSharp.' + meson.project_version() + '.nupkg'
|
output: 'GESSharp.' + meson.project_version() + '.nupkg'
|
||||||
)
|
)
|
||||||
|
@ -119,7 +118,6 @@ custom_target('GstSharp-nuget',
|
||||||
'--version', meson.project_version(),
|
'--version', meson.project_version(),
|
||||||
'--tags', 'GStreamer GstSharp bindings',
|
'--tags', 'GStreamer GstSharp bindings',
|
||||||
'--builddir', meson.current_build_dir(),
|
'--builddir', meson.current_build_dir(),
|
||||||
'--dependency', 'GstSharp:' + meson.project_version(),
|
|
||||||
],
|
],
|
||||||
output: 'GstSharp.' + meson.project_version() + '.nupkg',
|
output: 'GstSharp.' + meson.project_version() + '.nupkg',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue