mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-31 10:16:11 +02:00
add zlib support (currently limited to altera spiOverJtag)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user