summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2017-08-30 23:52:29 -0300
committerThibault Saunier <thibault.saunier@osg.samsung.com>2017-09-06 13:22:57 -0300
commit9c289eb5630c220fa4251cfa9a6b690baea445e8 (patch)
tree7a5f741b659958192802531caa26a00bd332d6be /meson.build
parent8193dd746cecf3644b31e19a2de9abe496a944a0 (diff)
Do not use glue anymore!
This is not needed anymore as ABI compatible structures are now generated and used by the code generator.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index f8ba34f..8e4063a 100644
--- a/meson.build
+++ b/meson.build
@@ -19,7 +19,6 @@ glib_sharp = gtk_sharp.get_variable('glib_sharp')
gio_sharp_dep = gtk_sharp.get_variable('gio_sharp_dep')
gio_sharp = gtk_sharp.get_variable('gio_sharp')
-gio_glue = gtk_sharp.get_variable('gio_glue')
gapi_fixup = gtk_sharp.get_variable('gapi_fixup')
gapi_codegen = gtk_sharp.get_variable('gapi_codegen')
@@ -78,9 +77,7 @@ endif
meson.add_install_script(nuget, '--package-name', 'GstSharp',
'--assembly', gst_sharp.full_path(),
- '--native', gst_glue.full_path(),
'--assembly', gio_sharp.full_path(),
- '--native', gio_glue.full_path(),
'--assembly', glib_sharp.full_path(),
'--project-url', 'https://gstreamer.freedesktop.org/modules/gstreamer-sharp.html',
'--icon-url', 'https://gstreamer.freedesktop.org/images/header-logo-top.png',