From: Matthias Clasen Date: Fri, 7 Feb 2020 14:15:46 +0000 (-0500) Subject: flatpak: Build against the master runtime X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~20^2~76 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1a671cfd635c85500e9e75760a923a67ba0e45a0;p=gtk4.git flatpak: Build against the master runtime This is what the ci is set up to use, and building against 3.34 fails there. --- diff --git a/build-aux/flatpak/org.gtk.Demo4.json b/build-aux/flatpak/org.gtk.Demo4.json index 4300c45e1e..acc57b3750 100644 --- a/build-aux/flatpak/org.gtk.Demo4.json +++ b/build-aux/flatpak/org.gtk.Demo4.json @@ -1,7 +1,7 @@ { "app-id": "org.gtk.Demo4", "runtime": "org.gnome.Platform", - "runtime-version": "3.34", + "runtime-version": "master", "sdk": "org.gnome.Sdk", "command": "gtk4-demo", "tags": ["devel", "development", "nightly"],