clutter/build: Don't pass --prototypes to glib-genmarshal

This causes compilation warnings and the prototypes are declared in the
header file already.
This commit is contained in:
Jonas Ådahl 2019-01-20 11:44:32 +01:00
parent ede10dded0
commit cbbd3e366a

View File

@ -491,7 +491,7 @@ clutter_marshal = gnome.genmarshal('clutter-marshal',
prefix: '_clutter_marshal',
sources: 'clutter-marshal.list',
valist_marshallers: true,
extra_args: ['--prototypes', '--quiet'],
extra_args: ['--quiet'],
install_dir: clutter_clutter_includedir,
install_header: true,
)