From 4650ef4e50c6335411d390c6c3d8f97296b8af77 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 3 Mar 2025 20:53:06 -0700 Subject: [PATCH] libsndfile: do not link to broken libflac recipe --- recipes/wip/libs/other/libsndfile/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/wip/libs/other/libsndfile/recipe.toml b/recipes/wip/libs/other/libsndfile/recipe.toml index 644eb033a..e243176c6 100644 --- a/recipes/wip/libs/other/libsndfile/recipe.toml +++ b/recipes/wip/libs/other/libsndfile/recipe.toml @@ -4,7 +4,7 @@ tar = "https://github.com/libsndfile/libsndfile/releases/download/1.2.0/libsndfi [build] template = "configure" dependencies = [ - "libflac", + #TODO "libflac", "libogg", "libvorbis", ]