ci: Use the current build options for flatpaks
authorMatthias Clasen <mclasen@redhat.com>
Wed, 21 Jun 2023 00:48:44 +0000 (20:48 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 21 Jun 2023 00:49:29 +0000 (20:49 -0400)
These were changed a while ago.

.gitlab-ci/flatpak-build.sh

index 5354847cfef98521ef5f962c88e43489096e20d6..e23946b13aa24e5343deb011ad68ebdccfb226c1 100644 (file)
@@ -23,8 +23,8 @@ flatpak build ${builddir} meson \
                 -Dbuild-testsuite=false \
                 -Dbuild-examples=false \
                 -Dintrospection=disabled \
-                -Ddemos=true \
-                -Dprofile=devel \
+                -Dbuild-demos=true \
+                -Ddemo-profile=devel \
                 _flatpak_build
 
 flatpak build ${builddir} ninja -C _flatpak_build install