flatpak: gtkmm: Avoid building demos and tests

pull/1267/head
tinywrkb 2022-06-29 17:09:50 +03:00 committed by ruevs
parent d5f4e6f200
commit 2fdcf228ff
1 changed files with 4 additions and 0 deletions

View File

@ -150,6 +150,10 @@
{ {
"name": "gtkmm", "name": "gtkmm",
"buildsystem": "meson", "buildsystem": "meson",
"config-opts": [
"-Dbuild-demos=false",
"-Dbuild-tests=false"
],
"sources": [ "sources": [
{ {
"type": "archive", "type": "archive",