summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbderrahim Kitouni <akitouni@gnome.org>2021-04-13 12:39:00 +0100
committerAbderrahim Kitouni <akitouni@gnome.org>2021-04-13 16:51:38 +0100
commitee84aeb5af362deaac7250d33ccc04ddd0b40d2d (patch)
tree6b197784cd5323d1e1b5272590582d3145ba6553
parentd70e659b3aa19cc3fb2b231880a9ea7dba5b42f5 (diff)
downloadtotem-ee84aeb5af362deaac7250d33ccc04ddd0b40d2d.tar.gz
flatpak: build clutter and friends
They are going to be removed from the runtime See https://gitlab.gnome.org/GNOME/gnome-build-meta/-/merge_requests/1092
-rw-r--r--flatpak/org.gnome.Totem.Devel.json47
1 files changed, 47 insertions, 0 deletions
diff --git a/flatpak/org.gnome.Totem.Devel.json b/flatpak/org.gnome.Totem.Devel.json
index 4879ac39a..15a1213c2 100644
--- a/flatpak/org.gnome.Totem.Devel.json
+++ b/flatpak/org.gnome.Totem.Devel.json
@@ -297,6 +297,53 @@
]
},
{
+ "name": "cogl",
+ "config-opts": [
+ "--disable-cogl-gst",
+ "--enable-xlib-egl-platform",
+ "--enable-wayland-egl-platform"
+ ],
+ "sources": [
+ {
+ "type": "git",
+ "url": "https://gitlab.gnome.org/GNOME/cogl.git",
+ "branch": "cogl-1.22"
+ }
+ ]
+ },
+ {
+ "name": "clutter",
+ "config-opts": [
+ "--enable-egl-backend",
+ "--enable-wayland-backend"
+ ],
+ "sources": [
+ {
+ "type": "git",
+ "url": "https://gitlab.gnome.org/GNOME/clutter.git"
+ }
+ ]
+ },
+ {
+ "name": "clutter-gtk",
+ "sources": [
+ {
+ "type": "git",
+ "url": "https://gitlab.gnome.org/GNOME/clutter-gtk.git"
+ }
+ ]
+ },
+ {
+ "name": "clutter-gst",
+ "sources": [
+ {
+ "type": "git",
+ "url": "https://gitlab.gnome.org/GNOME/clutter-gst.git",
+ "branch": "clutter-gst-3.0"
+ }
+ ]
+ },
+ {
"name": "totem",
"buildsystem": "meson",
"config-opts": [