ext/libsamplerate: remove unneeded ign_dirs

src_dirs and include_dirs fully describes what to compile and what not.
This commit is contained in:
Krzysztof Kopyściński
2024-03-08 11:03:13 +01:00
committed by Krzysztof Kopyściński
parent 0ccd12212b
commit f9472d5748
-10
View File
@@ -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"