Flatpak: add builddir: true to the manifests

GNOME Builder carries a reimplementation of flatpak-builder.
flatpak-builder assumes that builddir is true for meson, but
Builder does not since it also supports out-of-tre builds.

This helps indicated to Builder that builddir can indeed be used.
This commit is contained in:
Jordan Petridis
2019-03-07 07:04:24 +02:00
parent 8898fd6e2f
commit 27008e0f18
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -62,6 +62,7 @@
},
{
"name" : "gnome-podcasts",
"builddir" : "true",
"buildsystem" : "meson",
"sources" : [
{
+1
View File
@@ -63,6 +63,7 @@
{
"name" : "gnome-podcasts",
"buildsystem" : "meson",
"builddir" : "true",
"config-opts" : [ "-Dprofile=development" ],
"sources" : [
{