summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2017-11-23 12:28:13 -0300
committerThibault Saunier <tsaunier@gnome.org>2017-11-23 12:28:13 -0300
commit2b607442d9e49d3f1ba3882e5e5060d5967c8cd7 (patch)
tree1599bacf6fbbb7c1269b1c86c4fc98a905f40e42
parent7548c54234de8bb77915b6ecf9cff53f314bceab (diff)
Fix circular dependencies in the generated nuggetsgstreamer-sharp-1.13.0.1
-rw-r--r--meson.build4
1 files changed, 1 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index b8bfe89b7e..06f79eeeac 100644
--- a/meson.build
+++ b/meson.build
@@ -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',
)