gettext: fix dependency type of xz (#10935)
This commit is contained in:
parent
e717230bf8
commit
de3ff1a96b
@ -34,7 +34,7 @@ class Gettext(AutotoolsPackage):
|
|||||||
depends_on('tar', when='+tar')
|
depends_on('tar', when='+tar')
|
||||||
# depends_on('gzip', when='+gzip')
|
# depends_on('gzip', when='+gzip')
|
||||||
depends_on('bzip2', when='+bzip2')
|
depends_on('bzip2', when='+bzip2')
|
||||||
depends_on('xz', when='+xz')
|
depends_on('xz', when='+xz', type=('build', 'link', 'run'))
|
||||||
|
|
||||||
# Optional dependencies
|
# Optional dependencies
|
||||||
# depends_on('glib') # circular dependency?
|
# depends_on('glib') # circular dependency?
|
||||||
|
Loading…
Reference in New Issue
Block a user