Flatpak: Configure libhandy

We don't need to build the tests, examples, vapi or docs in the
flatpak build. They are just not useful when you embed the
dependency.
This commit is contained in:
Jordan Petridis 2018-10-06 04:45:34 +03:00
parent 9fc14cb54f
commit 94ed965130
No known key found for this signature in database
GPG key ID: E8523968931763BE

View file

@ -57,6 +57,15 @@
{ {
"name" : "libhandy", "name" : "libhandy",
"buildsystem" : "meson", "buildsystem" : "meson",
"config-opts" : [
"-Dprofiling=false",
"-Dintrospection=true",
"-Dgtk_doc=false",
"-Dtests=false",
"-Dexamples=false",
"-Dvapi=false",
"-Dglade_catalog=false"
],
"sources" : [ "sources" : [
{ {
"type" : "git", "type" : "git",