xextproto: fix on macOS by not running parallel build (#2483)
This commit is contained in:
parent
2634e4909f
commit
2d1ab68656
@ -36,6 +36,8 @@ class Xextproto(Package):
|
||||
depends_on('pkg-config@0.9.0:', type='build')
|
||||
depends_on('util-macros', type='build')
|
||||
|
||||
parallel = False
|
||||
|
||||
def install(self, spec, prefix):
|
||||
configure('--prefix={0}'.format(prefix))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user