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.
This commit is contained in:
parent
307186c6fe
commit
999962fbfc
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue