Overhaul Meson / Flatpak Building
This commit is contained in:
parent
1b98054024
commit
6cde50daf3
21 changed files with 802 additions and 550 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@
|
|||
"builddir" : true,
|
||||
"subdir" : "burrow-gtk",
|
||||
"buildsystem" : "meson",
|
||||
"config-opts": ["--buildtype=release"],
|
||||
"sources" : [
|
||||
{
|
||||
"type": "dir",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue