Add flatpak metadata and improve meson system

This commit is contained in:
Bnyro
2023-06-26 13:32:03 +02:00
parent eb8a01c27e
commit 7494340afb
11 changed files with 88 additions and 17 deletions

View File

@@ -10,9 +10,10 @@
"command": "lemoa",
"finish-args": [
"--share=ipc",
"--share=network",
"--device=dri",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--env=RUST_LOG=lemoa=debug",
"--env=G_MESSAGES_DEBUG=none",
"--env=RUST_BACKTRACE=1"
@@ -40,7 +41,7 @@
"buildsystem": "meson",
"builddir": true,
"config-opts": [
"-Dprofile=development"
"-Dprofile=default"
],
"sources": [
{