add fontconfig as vim dependency (#16268)

This commit is contained in:
Jeffrey Salmond 2020-04-24 01:50:05 +01:00 committed by GitHub
parent a844467c25
commit 9b3a0355bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,7 @@ class Vim(AutotoolsPackage):
depends_on('ncurses', when="@7.4:")
depends_on('findutils', type='build')
depends_on('fontconfig', when="+gui")
def configure_args(self):
spec = self.spec