GstPipelineStudio/build-aux/org.freedesktop.dabrain34.GstPipelineStudio.Devel.json
2022-01-17 14:42:20 +01:00

37 lines
933 B
JSON

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