Add devel styling to nightly flatpaks

Pass -Dprofile=devel to the gtk build for our nightly
flatpaks, so they pick up devel styling.
This commit is contained in:
Matthias Clasen 2021-02-12 00:10:30 -05:00
parent 3aa3c21d69
commit 8d4f4af8ef
3 changed files with 6 additions and 3 deletions

View File

@ -70,7 +70,8 @@
"config-opts" : [
"--libdir=/app/lib",
"-Denable_vulkan=no",
"-Dbuildtype=debugoptimized"
"-Dbuildtype=debugoptimized",
"-Dprofile=devel"
],
"sources" : [
{

View File

@ -70,7 +70,8 @@
"config-opts" : [
"--libdir=/app/lib",
"-Denable_vulkan=no",
"-Dbuildtype=debugoptimized"
"-Dbuildtype=debugoptimized",
"-Dprofile=devel"
],
"sources" : [
{

View File

@ -70,7 +70,8 @@
"config-opts" : [
"--libdir=/app/lib",
"-Denable_vulkan=no",
"-Dbuildtype=debugoptimized"
"-Dbuildtype=debugoptimized",
"-Dprofile=devel"
],
"sources" : [
{