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 14:42:30 +0100
commit19d9491db050458976555194ca11db1aab8718cb (patch)
tree6a3f4c3c80585e0f9c6df34a68802b35ed08f517
parentd70e659b3aa19cc3fb2b231880a9ea7dba5b42f5 (diff)
downloadtotem-abderrahim/clutter-flatpak.tar.gz
flatpak: build clutter and friendsabderrahim/clutter-flatpak
They are going to be removed from the runtime
-rw-r--r--flatpak/org.gnome.Totem.Devel.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/flatpak/org.gnome.Totem.Devel.json b/flatpak/org.gnome.Totem.Devel.json
index 4879ac39a..51b87390c 100644
--- a/flatpak/org.gnome.Totem.Devel.json
+++ b/flatpak/org.gnome.Totem.Devel.json
@@ -297,6 +297,52 @@
]
},
{
+ "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"
+ }
+ ]
+ },
+ {
"name": "totem",
"buildsystem": "meson",
"config-opts": [