Actually pass the devel profile to flatpak builds

I added that to the manifests, and did not notice that
we do the last build step manually :(
This commit is contained in:
Matthias Clasen 2021-05-18 07:37:09 -04:00
parent 7de266a620
commit 7d27c615b7

View File

@ -24,6 +24,7 @@ flatpak build ${builddir} meson \
-Dbuild-examples=false \
-Dintrospection=disabled \
-Ddemos=true \
-Dprofile=devel \
_flatpak_build
flatpak build ${builddir} ninja -C _flatpak_build install