add fontconfig as vim dependency (#16268)
This commit is contained in:
parent
a844467c25
commit
9b3a0355bb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user