summaryrefslogtreecommitdiff
path: root/ges
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2017-08-30 14:02:50 -0300
committerThibault Saunier <thibault.saunier@osg.samsung.com>2017-09-04 22:05:59 -0300
commit8193dd746cecf3644b31e19a2de9abe496a944a0 (patch)
tree0089be96b3e0950eac764fa917c7c666c839c05b /ges
parent6027acd4cc7cb5985a2d85eb98908f6bb1129f0a (diff)
Add a target to generate nugets.
Diffstat (limited to 'ges')
-rw-r--r--ges/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/ges/meson.build b/ges/meson.build
index b077d44..166f710 100644
--- a/ges/meson.build
+++ b/ges/meson.build
@@ -12,7 +12,6 @@ sources = [
subdir('generated')
-# Install with gacutil_install.py from gtk-sharp.
ges_sharp = library(pkg + '-sharp', source_gen, sources,
cs_args: ['-nowarn:169', '-nowarn:108', '-nowarn:114', '-unsafe',
'-keyfile:' + snk],
@@ -29,7 +28,6 @@ library('gessharpglue-1.0.0', gluegen, dependencies: gst_deps + [ges_dep])
ges_sharp_dep = declare_dependency(dependencies: [glib_sharp_dep, gio_sharp_dep, gst_sharp_dep,
ges_dep], link_with: ges_sharp)
-meson.add_install_script(gacutil_install, meson.project_name(), gst_sharp.full_path())
configure_file(
input: pkg + '-sharp.dll.config',