Overhaul Meson / Flatpak Building

This commit is contained in:
dav 2024-01-24 18:07:56 -08:00
parent 1b98054024
commit 6cde50daf3
21 changed files with 802 additions and 550 deletions

View file

@ -24,12 +24,24 @@
"RUST_LOG" : "burrow-gtk=debug"
}
},
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
{
"name" : "burrow-gtk",
"builddir" : true,
"subdir" : "burrow-gtk",
"buildsystem" : "meson",
"config-opts": ["--buildtype=debug"],
"sources" : [
{
"type": "dir",