streamdeck-workspace/dog.asonix.git.asonix.Streamdeck.yml
2022-02-05 18:27:14 -06:00

46 lines
869 B
YAML

app-id: dog.asonix.git.asonix.Streamdeck
runtime: io.elementary.Platform
runtime-version: '6.1'
sdk: io.elementary.Sdk
sdk-extensions:
- 'org.freedesktop.Sdk.Extension.rust-stable'
command: streamdeck
finish-args:
- '--share=ipc'
- '--share=network'
- '--socket=fallback-x11'
- '--socket=wayland'
- '--own-name=dog.asonix.git.asonix.StreamdeckDaemon'
- '--device=all'
build-options:
append-path: /usr/lib/sdk/rust-stable/bin
build-args:
- '--share=network'
env:
RUST_BACKTRACE: "1"
RUST_LOG: streamdeck=debug,streamdeck_daemon=debug
cleanup:
- '/include'
- '/lib/pkgconfig'
- '/man'
- '/share/doc'
- '/share/gtk-doc'
- '/share/man'
- '/share/pkgconfig'
- '*.la'
- '*.a'
modules:
- name: streamdeck
buildsystem: meson
config-opts:
- -Dbuildtype=debug
sources:
- type: dir
path: .