Skip to content
Snippets Groups Projects
Unverified Commit 9b3a0355 authored by Jeffrey Salmond's avatar Jeffrey Salmond Committed by GitHub
Browse files

add fontconfig as vim dependency (#16268)

parent a844467c
Branches
No related tags found
No related merge requests found
...@@ -58,6 +58,7 @@ class Vim(AutotoolsPackage): ...@@ -58,6 +58,7 @@ class Vim(AutotoolsPackage):
depends_on('ncurses', when="@7.4:") depends_on('ncurses', when="@7.4:")
depends_on('findutils', type='build') depends_on('findutils', type='build')
depends_on('fontconfig', when="+gui")
def configure_args(self): def configure_args(self):
spec = self.spec spec = self.spec
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment