fractal/build-aux/org.gnome.FractalNext.Devel.json

51 lines
1.3 KiB
JSON
Raw Normal View History

2021-02-04 19:25:29 +00:00
{
2021-05-18 15:14:08 +00:00
"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"
2021-05-18 15:14:08 +00:00
],
"command" : "fractal",
2021-02-04 19:25:29 +00:00
"finish-args" : [
"--socket=fallback-x11",
"--socket=wayland",
2021-02-23 14:22:33 +00:00
"--share=network",
"--share=ipc",
2021-02-04 19:25:29 +00:00
"--device=dri",
"--talk-name=org.a11y.Bus",
2021-05-18 15:14:08 +00:00
"--talk-name=org.freedesktop.secrets",
2021-02-04 19:25:29 +00:00
"--env=RUST_LOG=fractal=debug",
"--env=G_MESSAGES_DEBUG=none",
"--env=RUST_BACKTRACE=1"
2021-02-04 19:25:29 +00:00
],
"build-options" : {
"append-ld-library-path": "/usr/lib/sdk/llvm12/lib",
"append-path" : "/usr/lib/sdk/llvm12/bin:/usr/lib/sdk/rust-stable/bin",
2021-02-04 19:25:29 +00:00
"build-args" : [
"--share=network"
],
2021-05-18 15:14:08 +00:00
"test-args" : [
2021-02-04 19:25:29 +00:00
"--socket=x11",
"--share=network"
]
2021-02-04 19:25:29 +00:00
},
2021-05-18 15:14:08 +00:00
"modules" : [
2021-02-04 19:25:29 +00:00
{
2021-05-18 15:14:08 +00:00
"name" : "fractal",
"buildsystem" : "meson",
"run-tests" : true,
"config-opts" : [
"-Dprofile=development"
],
"sources" : [
2021-02-04 19:25:29 +00:00
{
2021-05-18 15:14:08 +00:00
"type" : "dir",
"path" : "../"
2021-02-04 19:25:29 +00:00
}
]
}
]
}