flatpak: Build "cheese" with meson

Since commit d88ad7314209b3413e52fcdb92901e488d5bf6a4, cheese
has dropped autotools.
This commit is contained in:
Felipe Borges 2019-10-08 18:22:01 +02:00 committed by Robert Ancell
parent 3f3384c42c
commit 65c4dd0005

View file

@ -537,9 +537,11 @@
}, },
{ {
"name" : "cheese", "name" : "cheese",
"buildsystem" : "autotools", "buildsystem" : "meson",
"config-opts" : [ "config-opts" : [
"--disable-introspection" "-Dintrospection=false",
"-Dgtk_doc=false",
"-Dman=false"
], ],
"sources" : [ "sources" : [
{ {