mirror of
https://github.com/flatpak/flatpak.git
synced 2025-12-30 19:37:58 -05:00
Since we now broke out dbus-proxy to a separate module, build the in-tree copy as a submodule. Closes: #2092 Approved by: alexlarsson
12 lines
317 B
Plaintext
12 lines
317 B
Plaintext
[submodule "libglnx"]
|
|
path = libglnx
|
|
url = https://gitlab.gnome.org/GNOME/libglnx.git
|
|
[submodule "bubblewrap"]
|
|
path = bubblewrap
|
|
url = https://github.com/projectatomic/bubblewrap.git
|
|
ignore = dirty
|
|
[submodule "dbus-proxy"]
|
|
path = dbus-proxy
|
|
url = https://github.com/flatpak/xdg-dbus-proxy.git
|
|
branch = master
|