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:
parent
8898fd6e2f
commit
27008e0f18
@ -62,6 +62,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" : "gnome-podcasts",
|
"name" : "gnome-podcasts",
|
||||||
|
"builddir" : "true",
|
||||||
"buildsystem" : "meson",
|
"buildsystem" : "meson",
|
||||||
"sources" : [
|
"sources" : [
|
||||||
{
|
{
|
||||||
|
|||||||
@ -63,6 +63,7 @@
|
|||||||
{
|
{
|
||||||
"name" : "gnome-podcasts",
|
"name" : "gnome-podcasts",
|
||||||
"buildsystem" : "meson",
|
"buildsystem" : "meson",
|
||||||
|
"builddir" : "true",
|
||||||
"config-opts" : [ "-Dprofile=development" ],
|
"config-opts" : [ "-Dprofile=development" ],
|
||||||
"sources" : [
|
"sources" : [
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user