diff options
Diffstat (limited to 'mesonbuild/modules/gnome.py')
-rw-r--r-- | mesonbuild/modules/gnome.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mesonbuild/modules/gnome.py b/mesonbuild/modules/gnome.py index b9f9ab1..3f88585 100644 --- a/mesonbuild/modules/gnome.py +++ b/mesonbuild/modules/gnome.py @@ -506,8 +506,7 @@ can not be used with the current version of glib-compiled-resources, due to scankwargs = {'output': girfile, 'input': libsources, 'command': scan_command, - 'depends': depends, - } + 'depends': depends} if kwargs.get('install'): scankwargs['install'] = kwargs['install'] scankwargs['install_dir'] = kwargs.get('install_dir_gir', |