We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a713fa2 commit 590e63eCopy full SHA for 590e63e
io.github.juzzlin.Noteahead.yml
@@ -22,10 +22,21 @@ modules:
22
sha256: ef7bcda27fee6936b651c29ebe9544c74959d0b1583b716ce80a1c6fea7617f0
23
builddir: true
24
25
+ - name: rtaudio
26
+ buildsystem: cmake-ninja
27
+ sources:
28
+ - type: archive
29
+ url: https://github.com/thestk/rtaudio/archive/refs/tags/6.0.1.tar.gz
30
+ sha256: 7206c8b6cee43b474f43d64988fefaadfdcfc4264ed38d8de5f5d0e6ddb0a123
31
+ builddir: true
32
+
33
- name: noteahead
34
buildsystem: cmake-ninja
35
+ build-depends:
36
+ - rtaudio
37
config-opts:
38
- -DCMAKE_BUILD_TYPE=Release
39
+ - -DCMAKE_PREFIX_PATH=/app
40
sources:
41
- type: dir
42
path: .
0 commit comments