mirror of
https://github.com/brl/mutter.git
synced 2025-07-10 04:34:31 +00:00
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:
@ -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,
|
||||
)
|
||||
|
Reference in New Issue
Block a user