Browse Source

fix flatpak

master
parent
commit
edfafe0b5c
Signed by: alex
GPG Key ID: 022EAE42313D70F3
  1. 25
      flatpak/org.zrythm.Zrythm.json

25
flatpak/org.zrythm.Zrythm.json

@ -398,6 +398,31 @@ @@ -398,6 +398,31 @@
}
]
},
{
"name": "libadwaita",
"buildsystem": "meson",
"build-options": {
"no-debuginfo": true
},
"config-opts": [
"-Dintrospection=disabled",
"-Dgtk_doc=false",
"-Dtests=false",
"-Dexamples=false",
"-Dvapi=false"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libadwaita",
"commit": "b14744cc8290daac7e636fa976efae160bb280b9"
}
],
"cleanup": [
"/include",
"/lib/pkgconfig"
]
},
{
"name": "libpanel",
"buildsystem": "meson",

Loading…
Cancel
Save