diff options
author | Adrien Plazas <kekun.plazas@laposte.net> | 2020-03-06 12:10:48 +0100 |
---|---|---|
committer | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2020-03-29 22:29:43 +0000 |
commit | 999962fbfcbda3aa1b583bacb91450b45afc04d7 (patch) | |
tree | 3e0cb282f113069e6e46a9207368eed826d302d0 /build-aux | |
parent | 307186c6fe5ec05d773ecf5627a99ab0bcb5ae16 (diff) | |
download | gnome-control-center-999962fbfcbda3aa1b583bacb91450b45afc04d7.tar.gz |
flatpak: Use the 0.0 branch of libhandy instead of master
This is the one prviding libhandy 0.0 as master provides the WIP
libhandy 1. HEnce, this avoids building libhandy as a submodule.
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/flatpak/org.gnome.Settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build-aux/flatpak/org.gnome.Settings.json b/build-aux/flatpak/org.gnome.Settings.json index ce531d9df..a3603715d 100644 --- a/build-aux/flatpak/org.gnome.Settings.json +++ b/build-aux/flatpak/org.gnome.Settings.json @@ -587,7 +587,8 @@ "sources" : [ { "type" : "git", - "url" : "https://source.puri.sm/Librem5/libhandy.git" + "url" : "https://source.puri.sm/Librem5/libhandy.git", + "branch" : "libhandy-0-0" } ] }, |