Fix circular dependencies in the generated nuggets

This commit is contained in:
Thibault Saunier 2017-11-23 12:28:13 -03:00
parent 7548c54234
commit 2b607442d9

View file

@ -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',
)