xextproto: fix on macOS by not running parallel build (#2483)

This commit is contained in:
Denis Davydov 2016-12-05 17:28:02 +01:00 committed by Todd Gamblin
parent 2634e4909f
commit 2d1ab68656

View File

@ -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))