package libharu: Add build deps (#6883)

... libtool,autoconf,automake
This commit is contained in:
jkelling 2018-01-10 19:28:32 +01:00 committed by Adam J. Stewart
parent 8a7525064d
commit da01c8a541

View File

@ -40,6 +40,9 @@ class Libharu(AutotoolsPackage):
version('master', branch='master',
git='https://github.com/libharu/libharu.git')
depends_on('libtool', type=('build'))
depends_on('autoconf', type=('build'))
depends_on('automake', type=('build'))
depends_on('libpng')
depends_on('zlib')