cryptsetup: Add pkgconfig dependency (#15422)
This commit is contained in:
parent
9debb7e1b6
commit
6993a82cb4
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ class Cryptsetup(AutotoolsPackage):
|
|||
depends_on('util-linux~libuuid', type=('build', 'link'))
|
||||
depends_on('gettext', type=('build', 'link'))
|
||||
|
||||
depends_on('pkgconfig', type='build')
|
||||
depends_on('autoconf', type='build')
|
||||
depends_on('automake', type='build')
|
||||
depends_on('libtool', type='build')
|
||||
|
|
Loading…
Reference in a new issue