summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2022-01-28 02:05:59 +0000
committerEmmanuele Bassi <ebassi@gmail.com>2022-01-28 02:05:59 +0000
commit1d47882eabfc226793d0bc0011b3d5f5a253004a (patch)
treed7a34d2acf3800843d1b73fc0764083394ac01c7
parentc9eda02fa16fc554f2d3321ad3f0102314d22de9 (diff)
parent9dcbbb43007f93957569b36286de013b30db5353 (diff)
downloadgtk+-1d47882eabfc226793d0bc0011b3d5f5a253004a.tar.gz
Merge branch 'ebassi/manifest-dep-fix' into 'main'
flatpak: Add wayland-protocols to the manifests See merge request GNOME/gtk!4420
-rw-r--r--build-aux/flatpak/org.gtk.Demo4.json3
-rw-r--r--build-aux/flatpak/org.gtk.IconBrowser4.json3
-rw-r--r--build-aux/flatpak/org.gtk.WidgetFactory4.json3
3 files changed, 6 insertions, 3 deletions
diff --git a/build-aux/flatpak/org.gtk.Demo4.json b/build-aux/flatpak/org.gtk.Demo4.json
index e1813fa968..c3f69c7a48 100644
--- a/build-aux/flatpak/org.gtk.Demo4.json
+++ b/build-aux/flatpak/org.gtk.Demo4.json
@@ -43,7 +43,8 @@
"sources" : [
{
"type" : "git",
- "url" : "https://gitlab.freedesktop.org/wayland/wayland.git"
+ "url" : "https://gitlab.freedesktop.org/wayland/wayland.git",
+ "branch" : "main"
}
]
},
diff --git a/build-aux/flatpak/org.gtk.IconBrowser4.json b/build-aux/flatpak/org.gtk.IconBrowser4.json
index 908a197d7d..000374911a 100644
--- a/build-aux/flatpak/org.gtk.IconBrowser4.json
+++ b/build-aux/flatpak/org.gtk.IconBrowser4.json
@@ -43,7 +43,8 @@
"sources" : [
{
"type" : "git",
- "url" : "https://gitlab.freedesktop.org/wayland/wayland.git"
+ "url" : "https://gitlab.freedesktop.org/wayland/wayland.git",
+ "branch" : "main"
}
]
},
diff --git a/build-aux/flatpak/org.gtk.WidgetFactory4.json b/build-aux/flatpak/org.gtk.WidgetFactory4.json
index dadb6198e4..1d51d1b7c2 100644
--- a/build-aux/flatpak/org.gtk.WidgetFactory4.json
+++ b/build-aux/flatpak/org.gtk.WidgetFactory4.json
@@ -43,7 +43,8 @@
"sources" : [
{
"type" : "git",
- "url" : "https://gitlab.freedesktop.org/wayland/wayland.git"
+ "url" : "https://gitlab.freedesktop.org/wayland/wayland.git",
+ "branch" : "main"
}
]
},