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:49:19 +0100 |
commit | 8eac4e710482dad27296d95e940db9bf18bc0c8e (patch) | |
tree | d0b2731d85d83a6c605d25f1b47925a64e18f913 /meta/recipes-support/libcroco | |
parent | 9955b7784d4e728f6f78d33f9c382eef72209830 (diff) | |
download | poky-8eac4e710482dad27296d95e940db9bf18bc0c8e.tar.gz |
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.
(From OE-Core rev: 500d48ba760f50c780377fb1ebed257a6e8b1887)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libcroco')
-rw-r--r-- | meta/recipes-support/libcroco/libcroco_0.6.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libcroco/libcroco_0.6.8.bb b/meta/recipes-support/libcroco/libcroco_0.6.8.bb index 385665f0fd..7d042653b0 100644 --- a/meta/recipes-support/libcroco/libcroco_0.6.8.bb +++ b/meta/recipes-support/libcroco/libcroco_0.6.8.bb | |||
@@ -13,7 +13,7 @@ BBCLASSEXTEND = "native" | |||
13 | EXTRA_OECONF += "--enable-Bsymbolic=auto" | 13 | EXTRA_OECONF += "--enable-Bsymbolic=auto" |
14 | PR = "r1" | 14 | PR = "r1" |
15 | 15 | ||
16 | inherit autotools-brokensep pkgconfig gnomebase | 16 | inherit autotools-brokensep pkgconfig gnomebase gtk-doc |
17 | 17 | ||
18 | GNOME_COMPRESS_TYPE = "xz" | 18 | GNOME_COMPRESS_TYPE = "xz" |
19 | 19 | ||