diff options
| author | KunoiSayami <[email protected]> | 2021-10-30 23:10:58 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-10-30 23:10:58 +0800 |
| commit | 76bab36c33e51915046c6a8f69e53215deabd8ca (patch) | |
| tree | 82fa0ed5376d5d5148162bdc2f70d82cbe5a0217 /.gitmodules | |
| parent | 03f8a7b0291b6404774c816cb47189878a45b1df (diff) | |
fix(repo): Fix obs-browser-bin missing dependencies
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index ff67fea..cb02732 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "repo/obs-linuxbrowser-bin"] path = repo/obs-linuxbrowser-bin url = https://aur.archlinux.org/obs-linuxbrowser-bin.git +[submodule "repo/gconf"] + path = repo/gconf + url = https://aur.archlinux.org/gconf.git |
