Fix flatpak build

Regressed in 70cd0e28ab
This commit is contained in:
Alice Mikhaylenko 2024-04-22 16:17:36 +04:00
parent 59db0ca328
commit 58e00040e0
5 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@ flatpak build ${builddir} meson \
-Dbuild-examples=false \ -Dbuild-examples=false \
-Dintrospection=disabled \ -Dintrospection=disabled \
-Dbuild-demos=true \ -Dbuild-demos=true \
-Ddemo-profile=devel \ -Dprofile=devel \
_flatpak_build _flatpak_build
flatpak build --env=CI_COMMIT_SHORT_SHA=$CI_COMMIT_SHORT_SHA ${builddir} ninja -C _flatpak_build install flatpak build --env=CI_COMMIT_SHORT_SHA=$CI_COMMIT_SHORT_SHA ${builddir} ninja -C _flatpak_build install

View File

@ -186,7 +186,7 @@
"config-opts" : [ "config-opts" : [
"--libdir=/app/lib", "--libdir=/app/lib",
"-Dbuildtype=debugoptimized", "-Dbuildtype=debugoptimized",
"-Ddemo-profile=devel" "-Dprofile=devel"
], ],
"sources" : [ "sources" : [
{ {

View File

@ -115,7 +115,7 @@
"config-opts" : [ "config-opts" : [
"--libdir=/app/lib", "--libdir=/app/lib",
"-Dbuildtype=debugoptimized", "-Dbuildtype=debugoptimized",
"-Ddemo-profile=devel" "-Dprofile=devel"
], ],
"sources" : [ "sources" : [
{ {

View File

@ -115,7 +115,7 @@
"config-opts" : [ "config-opts" : [
"--libdir=/app/lib", "--libdir=/app/lib",
"-Dbuildtype=debugoptimized", "-Dbuildtype=debugoptimized",
"-Ddemo-profile=devel" "-Dprofile=devel"
], ],
"sources" : [ "sources" : [
{ {

View File

@ -115,7 +115,7 @@
"config-opts" : [ "config-opts" : [
"--libdir=/app/lib", "--libdir=/app/lib",
"-Dbuildtype=debugoptimized", "-Dbuildtype=debugoptimized",
"-Ddemo-profile=devel" "-Dprofile=devel"
], ],
"sources" : [ "sources" : [
{ {