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-20 11:53:51 +0000 |
commit | 8a17181e24b9512faca028fd9ade8a4923086395 (patch) | |
tree | e92f9108df68b9d813710343fcbaefab0ca09862 /meta | |
parent | b7d5e29dd7f75da1e021e92ad60e475902f01543 (diff) | |
download | poky-8a17181e24b9512faca028fd9ade8a4923086395.tar.gz |
cantarell-fonts: inherit pkgconfig
configure fails without pkg-config.
(From OE-Core rev: 3a2c08f77f0b477414ac8f6e4df93ee0df3afec2)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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+)+)" | |||
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
21 | inherit autotools allarch fontcache | 21 | inherit autotools allarch fontcache pkgconfig |
22 | 22 | ||
23 | PACKAGECONFIG ??= "" | 23 | PACKAGECONFIG ??= "" |
24 | PACKAGECONFIG[fontforge] = "--enable-source-rebuild=yes,--enable-source-rebuild=no,fontforge-native" | 24 | PACKAGECONFIG[fontforge] = "--enable-source-rebuild=yes,--enable-source-rebuild=no,fontforge-native" |