mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +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(),
|
||||
'--tags', 'GStreamer GES GstSharp bindings',
|
||||
'--builddir', meson.current_build_dir(),
|
||||
'--dependency', 'GLibSharp:3.22',
|
||||
'--dependency', 'GioSharp:3.22',
|
||||
'--dependency', 'GstSharp:' + meson.project_version(),
|
||||
],
|
||||
output: 'GESSharp.' + meson.project_version() + '.nupkg'
|
||||
)
|
||||
|
@ -119,7 +118,6 @@ custom_target('GstSharp-nuget',
|
|||
'--version', meson.project_version(),
|
||||
'--tags', 'GStreamer GstSharp bindings',
|
||||
'--builddir', meson.current_build_dir(),
|
||||
'--dependency', 'GstSharp:' + meson.project_version(),
|
||||
],
|
||||
output: 'GstSharp.' + meson.project_version() + '.nupkg',
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue