iegenlib: add build dependencies for automake and libtool (#16980)
This commit is contained in:
parent
374f1a62e2
commit
d755cc8ce9
@ -23,6 +23,8 @@ class Iegenlib(CMakePackage):
|
|||||||
|
|
||||||
depends_on('cmake@2.6:', type='build')
|
depends_on('cmake@2.6:', type='build')
|
||||||
depends_on('autoconf', type='build')
|
depends_on('autoconf', type='build')
|
||||||
|
depends_on('automake', type='build')
|
||||||
|
depends_on('libtool', type='build')
|
||||||
depends_on('texinfo', type='build')
|
depends_on('texinfo', type='build')
|
||||||
depends_on('isl')
|
depends_on('isl')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user