Skip to content

Commit 74b72a5

Browse files
committed
meson: add kissfft subproject wrap file
A wrap file basically tells meson how to download a subproject and what dependency it fullfills. So when we do dependency('foo') in meson.build and foo is not available in the host system, it will automatically download it and configure it so it uses as a "subproject" More information here https://mesonbuild.com/Wrap-dependency-system-manual.html e.g. Archlinux doesn't bundle it
1 parent 43ad35f commit 74b72a5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

subprojects/kissfft.wrap

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[wrap-git]
2+
url = https://github.com/mborgerding/kissfft.git
3+
revision = 131.1.0
4+
depth = 1
5+
method = cmake
6+
7+
[provide]
8+
kissfft-float = kissfft_dep

0 commit comments

Comments
 (0)