triangle: add X11 dependency. (#15533)

This commit is contained in:
Toyohisa Kameyama
2020-03-19 03:03:03 +09:00
committed by GitHub
parent 0fce7df1e9
commit 530e864671

View File

@@ -18,6 +18,8 @@ class Triangle(Package):
version('1.6', sha256='1766327add038495fa3499e9b7cc642179229750f7201b94f8e1b7bee76f8480')
depends_on('libx11', type='link')
def install(self, spec, prefix):
make()
mkdirp(prefix.bin)