summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-02-12 00:10:30 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-02-12 00:10:30 -0500
commit8d4f4af8efbed7b7d4281b26e3cf7303c9d61479 (patch)
tree461ad3762334b78b4497cbcce8dc7e8ffde63496
parent3aa3c21d692141515f67516756fa15c2f01d0dfe (diff)
downloadgtk+-8d4f4af8efbed7b7d4281b26e3cf7303c9d61479.tar.gz
Add devel styling to nightly flatpaks
Pass -Dprofile=devel to the gtk build for our nightly flatpaks, so they pick up devel styling.
-rw-r--r--build-aux/flatpak/org.gtk.Demo4.json3
-rw-r--r--build-aux/flatpak/org.gtk.IconBrowser4.json3
-rw-r--r--build-aux/flatpak/org.gtk.WidgetFactory4.json3
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" : [
{