diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2018-02-08 15:44:15 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-02-23 20:24:19 -0800 |
commit | 59d22dd39f453bf6aa6109b0448979bc18c45ee9 (patch) | |
tree | 23cf272fe244d1e0425610958671e39c2c9e5950 /meta-oe | |
parent | 8f9ab712c4b4a05229e65105792c23bc96f5befe (diff) | |
download | meta-openembedded-59d22dd39f453bf6aa6109b0448979bc18c45ee9.tar.gz |
gtk-doc: fix build failures for libgdata and libunique
The failures appeared with recent gtk-doc 1.27 update in oe-core.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb b/meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb index 9133cccb1..49ed07ad9 100644 --- a/meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb +++ b/meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb | |||
@@ -25,6 +25,6 @@ LICENSE = "LGPLv2.1" | |||
25 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | 25 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |
26 | 26 | ||
27 | 27 | ||
28 | inherit autotools pkgconfig gobject-introspection distro_features_check | 28 | inherit autotools pkgconfig gobject-introspection distro_features_check gtk-doc |
29 | 29 | ||
30 | REQUIRED_DISTRO_FEATURES = "x11" | 30 | REQUIRED_DISTRO_FEATURES = "x11" |