perl-tk: add missing dependencies (#28240)

This commit is contained in:
Andrew W Elble 2022-01-12 08:53:25 -05:00 committed by GitHub
parent 2cf22ad5f2
commit a38cdddd37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')