]> code.ossystems Code Review - openembedded-core.git/commitdiff
cantarell-fonts: inherit pkgconfig
authorJussi Kukkonen <jussi.kukkonen@intel.com>
Thu, 19 Jan 2017 09:27:13 +0000 (11:27 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jan 2017 22:51:10 +0000 (22:51 +0000)
configure fails without pkg-config.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb

index e3e4cde2c6d6a761fa5ffeeebb8793d57bc10982..c71ab1165d572b64edd02d8db0210e9f0f32ea94 100644 (file)
@@ -18,7 +18,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(?!0\.13)(?!0\.10\.1)\d+\.\d+(\.\d+)+)"
 
 S = "${WORKDIR}/git"
 
-inherit autotools allarch fontcache
+inherit autotools allarch fontcache pkgconfig
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[fontforge] = "--enable-source-rebuild=yes,--enable-source-rebuild=no,fontforge-native"