perl-tk: add missing dependencies (#28240)
This commit is contained in:
parent
2cf22ad5f2
commit
a38cdddd37
1 changed files with 6 additions and 0 deletions
|
@ -16,3 +16,9 @@ class PerlTk(PerlPackage):
|
||||||
version('804.033', sha256='84756e9b07a2555c8eecf88e63d5cbbba9b1aa97b1e71a3d4aa524a7995a88ad')
|
version('804.033', sha256='84756e9b07a2555c8eecf88e63d5cbbba9b1aa97b1e71a3d4aa524a7995a88ad')
|
||||||
|
|
||||||
depends_on('perl-extutils-makemaker', type='build')
|
depends_on('perl-extutils-makemaker', type='build')
|
||||||
|
depends_on('libx11')
|
||||||
|
depends_on('libxcb')
|
||||||
|
depends_on('libxft')
|
||||||
|
depends_on('jpeg')
|
||||||
|
depends_on('libpng')
|
||||||
|
depends_on('freetype')
|
||||||
|
|
Loading…
Reference in a new issue