Skip to content
Snippets Groups Projects
Unverified Commit dc321abb authored by darmac's avatar darmac Committed by GitHub
Browse files

bcache:add pkg-config to find blkid.h in linux-utils (#17888)

parent acfa2ea0
Branches
Tags
No related merge requests found
......@@ -22,6 +22,7 @@ class Bcache(MakefilePackage):
depends_on('libuuid')
depends_on('util-linux')
depends_on('gettext')
depends_on('pkgconfig', type='build')
def setup_build_environment(self, env):
env.append_flags('LDFLAGS', '-lintl')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment