diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-08-25 18:03:38 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-09 12:12:16 +0100 |
commit | 014c55e09764052f30c43390aa4ea3e604ea7760 (patch) | |
tree | 4bd22047fad3e67be35c6ea7f423135866b99baa /meta/recipes-graphics/harfbuzz | |
parent | 60c10d8c07c92e3b275a2cc422b9013cbcf3c93a (diff) | |
download | openembedded-core-014c55e09764052f30c43390aa4ea3e604ea7760.tar.gz openembedded-core-014c55e09764052f30c43390aa4ea3e604ea7760.tar.bz2 openembedded-core-014c55e09764052f30c43390aa4ea3e604ea7760.zip |
harfbuzz: enable gtk-doc
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/harfbuzz')
-rw-r--r-- | meta/recipes-graphics/harfbuzz/harfbuzz_1.3.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_1.3.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_1.3.0.bb index e99a0a90f2..f24c443a77 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_1.3.0.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_1.3.0.bb @@ -15,7 +15,7 @@ SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/${BP}.tar.bz2" SRC_URI[md5sum] = "a82d49ff67197bc3c96ea34b98880c52" SRC_URI[sha256sum] = "b04be31633efee2cae1d62d46434587302554fa837224845a62565ec68a0334d" -inherit autotools pkgconfig lib_package +inherit autotools pkgconfig lib_package gtk-doc PACKAGECONFIG ??= "icu" PACKAGECONFIG[icu] = "--with-icu,--without-icu,icu" |