bcache:add pkg-config to find blkid.h in linux-utils (#17888)
This commit is contained in:
parent
acfa2ea018
commit
dc321abb72
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ class Bcache(MakefilePackage):
|
||||||
depends_on('libuuid')
|
depends_on('libuuid')
|
||||||
depends_on('util-linux')
|
depends_on('util-linux')
|
||||||
depends_on('gettext')
|
depends_on('gettext')
|
||||||
|
depends_on('pkgconfig', type='build')
|
||||||
|
|
||||||
def setup_build_environment(self, env):
|
def setup_build_environment(self, env):
|
||||||
env.append_flags('LDFLAGS', '-lintl')
|
env.append_flags('LDFLAGS', '-lintl')
|
||||||
|
|
Loading…
Reference in a new issue