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:
parent
9fc14cb54f
commit
94ed965130
1 changed files with 9 additions and 0 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue