Skip to content

Commit

Permalink
Fix typo in generate_gir keyword name.
Browse files Browse the repository at this point in the history
  • Loading branch information
QuLogic authored and jpakkane committed Jun 30, 2017
1 parent 1eec145 commit 241790f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesonbuild/modules/gnome.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def _get_dependencies_flags(self, deps, state, depends=None, include_rpath=False
return cflags, ldflags, gi_includes

@permittedKwargs({'sources', 'nsversion', 'namespace', 'symbol_prefix', 'identifier_prefix',
'export_packagse', 'includes', 'dependencies', 'link_with', 'include_directories',
'export_packages', 'includes', 'dependencies', 'link_with', 'include_directories',
'install', 'install_dir_gir', 'install_dir_typelib', 'extra_args',
'packages'})
def generate_gir(self, state, args, kwargs):
Expand Down

0 comments on commit 241790f

Please sign in to comment.