tagparser: remove libressl makedepends
it would only be used for tests, so checkdepends would be correct Tests aren't enabled, it requires quite a lot external files downloaded for tests
This commit is contained in:
parent
fd2b2db74a
commit
c588b73393
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ revision=1
|
|||
build_style=cmake
|
||||
configure_args="-DBUILD_SHARED_LIBS:BOOL=ON"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="cpp-utilities-devel zlib-devel libressl-devel"
|
||||
makedepends="cpp-utilities-devel zlib-devel"
|
||||
short_desc="C++ library for handling AAC, ID3, Vorbis, Opus, FLAC and Matroska tags"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
license="GPL-2.0-only"
|
||||
|
|
Loading…
Reference in a new issue