summaryrefslogtreecommitdiff
path: root/build-aux/flatpak
diff options
context:
space:
mode:
authorFelipe Borges <felipeborges@gnome.org>2021-06-01 16:12:27 +0200
committerFelipe Borges <felipeborges@gnome.org>2021-06-15 12:46:09 +0000
commitbdc0368bd0d968966d2deef202141cfa9aa15e64 (patch)
treed32d4e8d8b528a1811126fdb0078506a7f6bde06 /build-aux/flatpak
parentff8839682dc419eb7807f9e7cd0e591c5c1c696c (diff)
downloadgnome-control-center-bdc0368bd0d968966d2deef202141cfa9aa15e64.tar.gz
flatpak: Bundle clutter (and friends) for cheese dependency
Cheese depends on clutter, which has been recently removed from our Flatpak runtime. See https://gitlab.gnome.org/GNOME/gnome-build-meta/-/merge_requests/1092 Fixes #1380
Diffstat (limited to 'build-aux/flatpak')
-rw-r--r--build-aux/flatpak/org.gnome.Settings.json49
1 files changed, 49 insertions, 0 deletions
diff --git a/build-aux/flatpak/org.gnome.Settings.json b/build-aux/flatpak/org.gnome.Settings.json
index bd1d02e27..2aaef99b1 100644
--- a/build-aux/flatpak/org.gnome.Settings.json
+++ b/build-aux/flatpak/org.gnome.Settings.json
@@ -566,6 +566,55 @@
]
},
{
+ "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": "archive",
+ "url": "https://download.gnome.org/sources/clutter/1.26/clutter-1.26.4.tar.xz",
+ "sha256": "8b48fac159843f556d0a6be3dbfc6b083fc6d9c58a20a49a6b4919ab4263c4e6"
+ }
+ ]
+ },
+ {
+ "name": "clutter-gtk",
+ "sources": [
+ {
+ "type": "archive",
+ "url": "https://download.gnome.org/sources/clutter-gtk/1.8/clutter-gtk-1.8.4.tar.xz",
+ "sha256": "521493ec038973c77edcb8bc5eac23eed41645117894aaee7300b2487cb42b06"
+ }
+ ]
+ },
+ {
+ "name": "clutter-gst",
+ "sources": [
+ {
+ "type": "git",
+ "url": "https://gitlab.gnome.org/GNOME/clutter-gst.git",
+ "branch": "clutter-gst-3.0"
+ }
+ ]
+ },
+ {
"name" : "cheese",
"buildsystem" : "meson",
"config-opts" : [