From f9472d5748cba7706567d323ea1aa56493a4227b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kopy=C5=9Bci=C5=84ski?= Date: Fri, 8 Mar 2024 11:03:13 +0100 Subject: [PATCH] ext/libsamplerate: remove unneeded ign_dirs src_dirs and include_dirs fully describes what to compile and what not. --- ext/libsamplerate/pkg.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ext/libsamplerate/pkg.yml b/ext/libsamplerate/pkg.yml index a8164ac1b..4bb808902 100644 --- a/ext/libsamplerate/pkg.yml +++ b/ext/libsamplerate/pkg.yml @@ -29,16 +29,6 @@ pkg.type: sdk pkg.cflags: -DHAVE_STDBOOL_H -fsingle-precision-constant -DHAVE_CONFIG_H -DNDEBUG pkg.lflags: -lm -pkg.ign_dirs: - - "@libsamplerate/Octave" - - "@libsamplerate/Win32" - - "@libsamplerate/cmake" - - "@libsamplerate/docs" - - "@libsamplerate/examples" - - "@libsamplerate/include" - - "@libsamplerate/m4" - - "@libsamplerate/tests" - pkg.src_dirs: - "@libsamplerate/src"