From 8d4f4af8efbed7b7d4281b26e3cf7303c9d61479 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 12 Feb 2021 00:10:30 -0500 Subject: [PATCH] Add devel styling to nightly flatpaks Pass -Dprofile=devel to the gtk build for our nightly flatpaks, so they pick up devel styling. --- build-aux/flatpak/org.gtk.Demo4.json | 3 ++- build-aux/flatpak/org.gtk.IconBrowser4.json | 3 ++- build-aux/flatpak/org.gtk.WidgetFactory4.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/build-aux/flatpak/org.gtk.Demo4.json b/build-aux/flatpak/org.gtk.Demo4.json index 7e625478ee..8efb2e9d1a 100644 --- a/build-aux/flatpak/org.gtk.Demo4.json +++ b/build-aux/flatpak/org.gtk.Demo4.json @@ -70,7 +70,8 @@ "config-opts" : [ "--libdir=/app/lib", "-Denable_vulkan=no", - "-Dbuildtype=debugoptimized" + "-Dbuildtype=debugoptimized", + "-Dprofile=devel" ], "sources" : [ { diff --git a/build-aux/flatpak/org.gtk.IconBrowser4.json b/build-aux/flatpak/org.gtk.IconBrowser4.json index 14960965cd..65bb182b43 100644 --- a/build-aux/flatpak/org.gtk.IconBrowser4.json +++ b/build-aux/flatpak/org.gtk.IconBrowser4.json @@ -70,7 +70,8 @@ "config-opts" : [ "--libdir=/app/lib", "-Denable_vulkan=no", - "-Dbuildtype=debugoptimized" + "-Dbuildtype=debugoptimized", + "-Dprofile=devel" ], "sources" : [ { diff --git a/build-aux/flatpak/org.gtk.WidgetFactory4.json b/build-aux/flatpak/org.gtk.WidgetFactory4.json index ccc2c63c99..5fd1b8a678 100644 --- a/build-aux/flatpak/org.gtk.WidgetFactory4.json +++ b/build-aux/flatpak/org.gtk.WidgetFactory4.json @@ -70,7 +70,8 @@ "config-opts" : [ "--libdir=/app/lib", "-Denable_vulkan=no", - "-Dbuildtype=debugoptimized" + "-Dbuildtype=debugoptimized", + "-Dprofile=devel" ], "sources" : [ {