libxau: mark pkg-config as build-type dependency
This commit is contained in:
parent
450c750214
commit
0aa513ad70
@ -35,7 +35,7 @@ class Libxau(Package):
|
||||
version('1.0.8', '685f8abbffa6d145c0f930f00703b21b')
|
||||
|
||||
depends_on('xproto')
|
||||
depends_on('pkg-config')
|
||||
depends_on('pkg-config', type='build')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
configure('--prefix=%s' % prefix)
|
||||
|
Loading…
Reference in New Issue
Block a user