liblbxutil: Add zlib dependency. (#13033)
This commit is contained in:
parent
bb1d0ff6fb
commit
2233a7b493
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ class Liblbxutil(AutotoolsPackage):
|
|||
depends_on('xproto', type='build')
|
||||
depends_on('pkgconfig', type='build')
|
||||
depends_on('util-macros', type='build')
|
||||
depends_on('zlib', type='link')
|
||||
|
||||
# There is a bug in the library that causes the following messages:
|
||||
# undefined symbol: Xfree
|
||||
|
|
Loading…
Reference in a new issue