Fix issues with the meson build

This commit is contained in:
Bnyro
2023-06-26 11:38:25 +02:00
parent fbf4b8dfa5
commit 8e019361f4
9 changed files with 54 additions and 16 deletions

View File

@@ -13,7 +13,7 @@
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--env=RUST_LOG=gtk_rust_template=debug",
"--env=RUST_LOG=lemoa=debug",
"--env=G_MESSAGES_DEBUG=none",
"--env=RUST_BACKTRACE=1"
],
@@ -38,7 +38,7 @@
{
"name": "lemoa",
"buildsystem": "meson",
"run-tests": true,
"builddir": true,
"config-opts": [
"-Dprofile=development"
],
@@ -51,5 +51,3 @@
}
]
}