diff options
author | Adrien Plazas <kekun.plazas@laposte.net> | 2018-09-17 13:57:53 +0200 |
---|---|---|
committer | Adrien Plazas <kekun.plazas@laposte.net> | 2018-11-26 15:36:34 +0100 |
commit | af58f4c6ed05f2c3f85604fb5b6b26840d4e7f48 (patch) | |
tree | 34f7912fd98921285f55d9f0ccc7ba8127e4f564 /.gitmodules | |
parent | 459fb91a840bb878cd4a40f2ffd88b991026e100 (diff) | |
download | gnome-control-center-af58f4c6ed05f2c3f85604fb5b6b26840d4e7f48.tar.gz |
build: Add libhandy-0.0 dependency
This is needed to access widgets to make the shell adaptive.
This also adds libhandy as a submodule and will make use of that version
if it isn't available otherwise.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 5ab4a386d..c7a037aa3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "subprojects/gvc"] path = subprojects/gvc url = https://gitlab.gnome.org/GNOME/libgnome-volume-control.git +[submodule "subprojects/libhandy"] + path = subprojects/libhandy + url = https://source.puri.sm/Librem5/libhandy.git |