summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-01-12 18:27:32 +0000
committerKhem Raj <raj.khem@gmail.com>2024-01-12 10:30:32 -0800
commite6b70ce30a19ef962e2cbdc36f3c6c282676a845 (patch)
tree1bffd1039ddaceede437278d0fb4c8804ba8adcb /meta-oe/recipes-connectivity
parentf8492c7a283d382d4dbfc897eb3cc95cc1cd9cb3 (diff)
downloadmeta-openembedded-e6b70ce30a19ef962e2cbdc36f3c6c282676a845.tar.gz
telepathy-glib: inherit gtk-doc
Recent changes to oe-core[1] mean that if a configure.ac uses gtk-doc then gtkdocize will be called. This means that recipes that don't inherit gtk-doc (to depend on gtk-doc-native) but don't explicitly disable the use of gtkdocize will fail to configure. Inheriting gtk-doc both solves the configure failure, and allows us to build the API documentation. [1] oe-core 891ec38d4c5cc5ac7bc34938276261ebd6f6d54e Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r--meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb b/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb
index 1891eae40..e08303923 100644
--- a/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb
+++ b/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "9e0df1d8f857e0270cf0b32e2d1ca5a24aa7282873361785d573f72ad7
10 10
11LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e" 11LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e"
12 12
13inherit autotools pkgconfig gettext gobject-introspection vala 13inherit autotools pkgconfig gettext gobject-introspection vala gtk-doc
14 14
15# Respect GI_DATA_ENABLED value when enabling vala-bindings: 15# Respect GI_DATA_ENABLED value when enabling vala-bindings:
16# configure: error: GObject-Introspection must be enabled for Vala bindings 16# configure: error: GObject-Introspection must be enabled for Vala bindings