Skip to content

Commit

Permalink
lesstif: added dependency on 'libxext' (spack#18408)
Browse files Browse the repository at this point in the history
  • Loading branch information
h-denpo authored Aug 31, 2020
1 parent 1fdaffe commit 55f490b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/lesstif/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class Lesstif(AutotoolsPackage):
depends_on('libice')
depends_on('libsm')
depends_on('libxt')
depends_on('libxext')

def patch(self):
filter_file("ACLOCALDIR=.*",
Expand Down

0 comments on commit 55f490b

Please sign in to comment.