fractal/build-aux/org.gnome.FractalNext.Devel.json
2021-12-09 12:49:31 +00:00

51 lines
1.4 KiB
JSON

{
"app-id" : "org.gnome.FractalNext.Devel",
"runtime" : "org.gnome.Platform",
"runtime-version" : "master",
"sdk" : "org.gnome.Sdk",
"sdk-extensions" : [
"org.freedesktop.Sdk.Extension.rust-stable",
"org.freedesktop.Sdk.Extension.llvm12"
],
"command" : "fractal",
"finish-args" : [
"--socket=fallback-x11",
"--socket=wayland",
"--socket=pulseaudio",
"--share=network",
"--share=ipc",
"--device=dri",
"--talk-name=org.a11y.Bus",
"--talk-name=org.freedesktop.secrets",
"--env=RUST_LOG=fractal=debug",
"--env=G_MESSAGES_DEBUG=none",
"--env=RUST_BACKTRACE=1"
],
"build-options" : {
"append-ld-library-path": "/usr/lib/sdk/llvm12/lib",
"append-path" : "/usr/lib/sdk/llvm12/bin:/usr/lib/sdk/rust-stable/bin",
"build-args" : [
"--share=network"
],
"test-args" : [
"--socket=x11",
"--share=network"
]
},
"modules" : [
{
"name" : "fractal",
"buildsystem" : "meson",
"run-tests" : true,
"config-opts" : [
"-Dprofile=development"
],
"sources" : [
{
"type" : "dir",
"path" : "../"
}
]
}
]
}