Files
flatpak/.gitmodules
Simon McVittie 0b12aff826 build: Move submodules into subprojects directory
This is a step towards being able to build Flatpak using Meson, which
is becoming widely available even in LTS distributions. Meson's
built-in support for subprojects expects to find them in ./subprojects
at top level.

Signed-off-by: Simon McVittie <smcv@collabora.com>
2021-04-06 10:21:29 +02:00

15 lines
501 B
Plaintext

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