add zlib support (currently limited to altera spiOverJtag)

This commit is contained in:
Gwenhael Goavec-Merou
2021-11-25 08:11:50 +01:00
parent 70e9671b3a
commit 7a19f94f19
6 changed files with 131 additions and 8 deletions
+4 -1
View File
@@ -7,7 +7,10 @@ pkgdesc="openFPGALoader: universal utility for programming FPGA (mingw-w64)"
arch=('any')
url="https://github.com/trabucayre/openFPGALoader"
license=('Apache-2.0')
depends=("${MINGW_PACKAGE_PREFIX}-libftdi")
depends=(
"${MINGW_PACKAGE_PREFIX}-libftdi"
"${MINGW_PACKAGE_PREFIX}-zlib"
)
makedepends=(
"${MINGW_PACKAGE_PREFIX}-gcc"
"${MINGW_PACKAGE_PREFIX}-cmake"