mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 13:08:49 +00:00
Make our nugget depend on GLib-sharp ones
This commit is contained in:
parent
adeecf4b4a
commit
00dd3def54
1 changed files with 3 additions and 3 deletions
|
@ -94,9 +94,6 @@ if ges_dep.found()
|
||||||
custom_target('GESSharp-nuget',
|
custom_target('GESSharp-nuget',
|
||||||
command: [nuget, '--package-name', 'GESSharp',
|
command: [nuget, '--package-name', 'GESSharp',
|
||||||
'--assembly', ges_sharp.full_path(),
|
'--assembly', ges_sharp.full_path(),
|
||||||
'--assembly', gst_sharp.full_path(),
|
|
||||||
'--assembly', gio_sharp.full_path(),
|
|
||||||
'--assembly', glib_sharp.full_path(),
|
|
||||||
'--dependency=GstSharp:' + meson.project_version(),
|
'--dependency=GstSharp:' + meson.project_version(),
|
||||||
'--project-url', 'https://gstreamer.freedesktop.org/modules/gstreamer-sharp.html',
|
'--project-url', 'https://gstreamer.freedesktop.org/modules/gstreamer-sharp.html',
|
||||||
'--icon-url', 'https://gstreamer.freedesktop.org/images/header-logo-top.png',
|
'--icon-url', 'https://gstreamer.freedesktop.org/images/header-logo-top.png',
|
||||||
|
@ -104,6 +101,8 @@ 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', 'GioSharp:3.22',
|
||||||
],
|
],
|
||||||
output: 'GESSharp.' + meson.project_version() + '.nupkg'
|
output: 'GESSharp.' + meson.project_version() + '.nupkg'
|
||||||
)
|
)
|
||||||
|
@ -120,6 +119,7 @@ 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