Files
flatpak/.gitmodules
Simon McVittie e94e7318e3 Remove libglnx submodule
This will allow it to be re-added as a `git subtree`, which stores
commit history inline in the flatpak git repository.

Signed-off-by: Simon McVittie <smcv@collabora.com>
2024-05-06 16:12:43 +01:00

13 lines
411 B
Plaintext

[submodule "bubblewrap"]
path = subprojects/bubblewrap
url = https://github.com/containers/bubblewrap.git
ignore = dirty
branch = main
[submodule "dbus-proxy"]
path = subprojects/dbus-proxy
url = https://github.com/flatpak/xdg-dbus-proxy.git
branch = main
[submodule "variant-schema-compiler"]
path = subprojects/variant-schema-compiler
url = https://gitlab.gnome.org/alexl/variant-schema-compiler.git