Add devel styling to nightly flatpaks
authorMatthias Clasen <mclasen@redhat.com>
Fri, 12 Feb 2021 05:10:30 +0000 (00:10 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 12 Feb 2021 05:10:30 +0000 (00:10 -0500)
Pass -Dprofile=devel to the gtk build for our nightly
flatpaks, so they pick up devel styling.

build-aux/flatpak/org.gtk.Demo4.json
build-aux/flatpak/org.gtk.IconBrowser4.json
build-aux/flatpak/org.gtk.WidgetFactory4.json

index 7e625478ee475ac200ae15c975db4f3c007e070c..8efb2e9d1a5fca3107d653fb7cf49182c770d29e 100644 (file)
@@ -70,7 +70,8 @@
             "config-opts" : [
                 "--libdir=/app/lib",
                 "-Denable_vulkan=no",
-                "-Dbuildtype=debugoptimized"
+                "-Dbuildtype=debugoptimized",
+                "-Dprofile=devel"
             ],
             "sources" : [
                 {
index 14960965cdf2268e925b900f5a2f7e82d1f92091..65bb182b435420037db536daf625008e342ceae6 100644 (file)
@@ -70,7 +70,8 @@
             "config-opts" : [
                 "--libdir=/app/lib",
                 "-Denable_vulkan=no",
-                "-Dbuildtype=debugoptimized"
+                "-Dbuildtype=debugoptimized",
+                "-Dprofile=devel"
             ],
             "sources" : [
                 {
index ccc2c63c998833a62c72a690f581121f5669b161..5fd1b8a67811f6c3fe12a81e1305c33b50e0822d 100644 (file)
@@ -70,7 +70,8 @@
             "config-opts" : [
                 "--libdir=/app/lib",
                 "-Denable_vulkan=no",
-                "-Dbuildtype=debugoptimized"
+                "-Dbuildtype=debugoptimized",
+                "-Dprofile=devel"
             ],
             "sources" : [
                 {