diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-02 21:06:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-03 16:45:04 +0100 |
commit | 500d48ba760f50c780377fb1ebed257a6e8b1887 (patch) | |
tree | 78a82fc60161c3a605896d68b1b782372937f08d /meta/recipes-graphics | |
parent | a3ed1ec9ff9f963925bd7ed336c32d5e428bd15a (diff) | |
download | openembedded-core-500d48ba760f50c780377fb1ebed257a6e8b1887.tar.gz openembedded-core-500d48ba760f50c780377fb1ebed257a6e8b1887.tar.bz2 openembedded-core-500d48ba760f50c780377fb1ebed257a6e8b1887.zip |
libcroco/libfm/menu-cache: Add missing gtk-doc class dependencies
These recipes all use gtk-doc m4 macros but were missing dependencies
on the class.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/menu-cache/menu-cache_0.4.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/menu-cache/menu-cache_0.4.1.bb b/meta/recipes-graphics/menu-cache/menu-cache_0.4.1.bb index 73a9c52f33..98bbe76412 100644 --- a/meta/recipes-graphics/menu-cache/menu-cache_0.4.1.bb +++ b/meta/recipes-graphics/menu-cache/menu-cache_0.4.1.bb @@ -18,4 +18,4 @@ SRC_URI[md5sum] = "20fed982f5d8e6ec8a56a5b48894ecf0" SRC_URI[sha256sum] = "4fa9408e353fedba5b7314cbf6b6cd06d873a1424e281aa050d88bb9c0a0191e" -inherit autotools pkgconfig +inherit autotools pkgconfig gtk-doc |