diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2017-01-19 11:27:13 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-19 22:51:10 +0000 |
commit | 3a2c08f77f0b477414ac8f6e4df93ee0df3afec2 (patch) | |
tree | 2ced442195ce99ed1b21d4bb6ccdf7dc4cb9122b /meta | |
parent | bd20404a78b258bb95df41066f844e08a21e53fa (diff) | |
download | openembedded-core-3a2c08f77f0b477414ac8f6e4df93ee0df3afec2.tar.gz openembedded-core-3a2c08f77f0b477414ac8f6e4df93ee0df3afec2.tar.bz2 openembedded-core-3a2c08f77f0b477414ac8f6e4df93ee0df3afec2.zip |
cantarell-fonts: inherit pkgconfig
configure fails without pkg-config.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb b/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb index e3e4cde2c6..c71ab1165d 100644 --- a/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb +++ b/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb @@ -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" |