summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien Plazas <kekun.plazas@laposte.net>2020-03-06 12:10:48 +0100
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2020-03-29 19:46:26 -0300
commit9e8d8f9ddc5e8b66a465fcca4dfe16fc5ab40659 (patch)
treea8df43a3455afe4af2a9167f51d072464e443c7e
parent0142469b632475029fd959a4aeb262713d35e093 (diff)
downloadgnome-control-center-9e8d8f9ddc5e8b66a465fcca4dfe16fc5ab40659.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.
-rw-r--r--build-aux/flatpak/org.gnome.Settings.json3
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"
}
]
},