init notify
This commit is contained in:
@ -10,12 +10,15 @@
|
||||
"command": "notify",
|
||||
"finish-args": [
|
||||
"--share=ipc",
|
||||
"--share=network",
|
||||
"--socket=fallback-x11",
|
||||
"--socket=wayland",
|
||||
"--socket=session-bus",
|
||||
"--device=dri",
|
||||
"--env=RUST_LOG=notify=debug",
|
||||
"--env=RUST_LOG=notify=debug,ntfy_daemon=debug",
|
||||
"--env=G_MESSAGES_DEBUG=none",
|
||||
"--env=RUST_BACKTRACE=1"
|
||||
"--env=RUST_BACKTRACE=1",
|
||||
"--talk-name=org.freedesktop.Notifications"
|
||||
],
|
||||
"build-options": {
|
||||
"append-path": "/usr/lib/sdk/rust-stable/bin:/usr/lib/sdk/llvm16/bin",
|
||||
@ -35,6 +38,17 @@
|
||||
]
|
||||
},
|
||||
"modules": [
|
||||
{
|
||||
"name": "capnp",
|
||||
"buildsystem": "cmake",
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://capnproto.org/capnproto-c++-0.10.4.tar.gz",
|
||||
"sha256": "981e7ef6dbe3ac745907e55a78870fbb491c5d23abd4ebc04e20ec235af4458c"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "notify",
|
||||
"buildsystem": "meson",
|
||||
|
||||
Reference in New Issue
Block a user