finch/libgnt/meson.build

branch
meson
changeset 38513
24e16b0137d0
parent 38512
a8ee459a518c
child 38516
dd0ddcb829b9
--- a/finch/libgnt/meson.build	Sat Jun 17 02:00:42 2017 -0400
+++ b/finch/libgnt/meson.build	Mon Jun 19 21:54:28 2017 -0400
@@ -1,14 +1,4 @@
-marshallers = gnome.genmarshal('gntmarshal',
-    sources : 'gntmarshal',
-    prefix : 'gnt_closure_marshal',
-    install_header : true,
-    install_dir : get_option('includedir') + '/gnt')
-gntmarshal_c = marshallers[0]
-gntmarshal_h = marshallers[1]
-
 libgnt_SOURCES = [
-	gntmarshal_c,
-	gntmarshal_h,
 	'gntwidget.c',
 	'gntbindable.c',
 	'gntbox.c',
@@ -85,7 +75,6 @@
                  version : GNT_LT_VERSION_INFO,
                  dependencies : libgnt_deps)
 libgnt_dep = declare_dependency(
-	sources : gntmarshal_h,  # Ensure built before any dependencies.
     include_directories : [toplevel_inc, libgnt_inc],
     link_with : libgnt,
     dependencies : [ncurses, glib])

mercurial