[totem/abderrahim/clutter-flatpak] flatpak: build clutter and friends
- From: Abderrahim Kitouni <akitouni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/abderrahim/clutter-flatpak] flatpak: build clutter and friends
- Date: Tue, 13 Apr 2021 13:42:47 +0000 (UTC)
commit 19d9491db050458976555194ca11db1aab8718cb
Author: Abderrahim Kitouni <akitouni gnome org>
Date: Tue Apr 13 12:39:00 2021 +0100
flatpak: build clutter and friends
They are going to be removed from the runtime
flatpak/org.gnome.Totem.Devel.json | 46 ++++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
---
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
@@ -296,6 +296,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",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]