summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2018-09-13 09:26:42 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2018-09-13 07:58:36 +0000
commita0a85d6aa8a9c0696e92634b22bd2aa22539184f (patch)
tree1a02741d705a146cd970c244f97fd11a9e4d4378 /.gitmodules
parent1959f6bf75e0a996b129e831e51828b769219120 (diff)
downloadflatpak-a0a85d6aa8a9c0696e92634b22bd2aa22539184f.tar.gz
Import dbus-proxy as a submodule instead
Since we now broke out dbus-proxy to a separate module, build the in-tree copy as a submodule. Closes: #2092 Approved by: alexlarsson
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 7b8cda87..c025d05b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -5,3 +5,7 @@
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