diff options
Diffstat (limited to 'misc')
-rwxr-xr-x | misc/update-glib-annotations.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/update-glib-annotations.py b/misc/update-glib-annotations.py index e415ad86..89e1780c 100755 --- a/misc/update-glib-annotations.py +++ b/misc/update-glib-annotations.py @@ -88,7 +88,7 @@ if __name__ == '__main__': {'name': 'gio', 'srcname': '../gir/gio-2.0.c', 'includes': ['glib', 'gmodule', 'gobject', 'gio'], - 'defines': ['-DGOBJECT_COMPILATION', '-DGIO_COMPILATION']}] + 'defines': ['-DGOBJECT_COMPILATION', '-DGIO_COMPILATION', '-DG_SETTINGS_ENABLE_BACKEND']}] for module in modules: srcname = module['srcname'] |