Skip to content

Commit 590e63e

Browse files
committed
Update io.github.juzzlin.Noteahead.yml to include RtAudio
1 parent a713fa2 commit 590e63e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

io.github.juzzlin.Noteahead.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,21 @@ modules:
2222
sha256: ef7bcda27fee6936b651c29ebe9544c74959d0b1583b716ce80a1c6fea7617f0
2323
builddir: true
2424

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+
2533
- name: noteahead
2634
buildsystem: cmake-ninja
35+
build-depends:
36+
- rtaudio
2737
config-opts:
2838
- -DCMAKE_BUILD_TYPE=Release
39+
- -DCMAKE_PREFIX_PATH=/app
2940
sources:
3041
- type: dir
3142
path: .

0 commit comments

Comments
 (0)