mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-26 19:04:56 -04:00
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>
13 lines
411 B
Plaintext
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
|