diff options
author | kotontrion <[email protected]> | 2024-10-29 13:38:20 +0100 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-10-29 13:40:37 +0100 |
commit | 4d9ae88b0bab75779876d465f986791d052414ca (patch) | |
tree | ffedeb061de38d2d3a07ef821ca2ce6c16ab9667 /lib/cava/subprojects/cava.wrap | |
parent | 025d39abbcfa66b21dae48d63fee1c3d68822f0a (diff) |
cava: add libcava as subproject
if libcava could not be found on the system, meson will fallback to the subproject, which should make packaging for nix easier
Diffstat (limited to 'lib/cava/subprojects/cava.wrap')
-rw-r--r-- | lib/cava/subprojects/cava.wrap | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/cava/subprojects/cava.wrap b/lib/cava/subprojects/cava.wrap new file mode 100644 index 0000000..f0309bf --- /dev/null +++ b/lib/cava/subprojects/cava.wrap @@ -0,0 +1,7 @@ +[wrap-file] +directory = cava-0.10.3 +source_url = https://github.com/LukashonakV/cava/archive/0.10.3.tar.gz +source_filename = cava-0.10.3.tar.gz +source_hash = aab0a4ed3f999e8461ad9de63ef8a77f28b6b2011f7dd0c69ba81819d442f6f9 +[provide] +cava = cava_dep |