flatpak: Use "main" branch for wayland
The default branch for wayland has changed, but the "master" branch is still available with an older version.
This commit is contained in:
@@ -43,7 +43,8 @@
|
|||||||
"sources" : [
|
"sources" : [
|
||||||
{
|
{
|
||||||
"type" : "git",
|
"type" : "git",
|
||||||
"url" : "https://gitlab.freedesktop.org/wayland/wayland.git"
|
"url" : "https://gitlab.freedesktop.org/wayland/wayland.git",
|
||||||
|
"branch" : "main"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -43,7 +43,8 @@
|
|||||||
"sources" : [
|
"sources" : [
|
||||||
{
|
{
|
||||||
"type" : "git",
|
"type" : "git",
|
||||||
"url" : "https://gitlab.freedesktop.org/wayland/wayland.git"
|
"url" : "https://gitlab.freedesktop.org/wayland/wayland.git",
|
||||||
|
"branch" : "main"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -43,7 +43,8 @@
|
|||||||
"sources" : [
|
"sources" : [
|
||||||
{
|
{
|
||||||
"type" : "git",
|
"type" : "git",
|
||||||
"url" : "https://gitlab.freedesktop.org/wayland/wayland.git"
|
"url" : "https://gitlab.freedesktop.org/wayland/wayland.git",
|
||||||
|
"branch" : "main"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user