1 2 3 4 5 6 7 8 9 10 11 12 13 14
python_sources = [ 'GLib.py', 'Gtk.py', 'Gdk.py', 'GObject.py', 'Gio.py', 'GIMarshallingTests.py', 'Pango.py', 'keysyms.py', '__init__.py'] python.install_sources(python_sources, subdir : join_paths('gi', 'overrides') )