summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/libxklavier
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-01-13 23:08:15 -0800
committerKhem Raj <raj.khem@gmail.com>2024-01-14 10:54:10 -0800
commit53e68a189a7d447bfc59f1b8904dbc8e38087c94 (patch)
tree734869699617e4b8984b0e2b6b324c247a4789ee /meta-gnome/recipes-gnome/libxklavier
parentca43c0abd1dbd3a3d455fac44f002e5b76ba22c8 (diff)
downloadmeta-openembedded-53e68a189a7d447bfc59f1b8904dbc8e38087c94.tar.gz
libxklavier: 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: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/libxklavier')
-rw-r--r--meta-gnome/recipes-gnome/libxklavier/libxklavier_5.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.4.bb b/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.4.bb
index 7955663f2..f52c210ed 100644
--- a/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.4.bb
+++ b/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.4.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=6e29c688d912da12b66b73e32b03d812"
4 4
5DEPENDS = "xkbcomp gtk+ iso-codes libxi libxml2" 5DEPENDS = "xkbcomp gtk+ iso-codes libxi libxml2"
6 6
7inherit autotools pkgconfig gettext gobject-introspection features_check 7inherit autotools pkgconfig gettext gobject-introspection features_check gtk-doc
8 8
9REQUIRED_DISTRO_FEATURES = "x11" 9REQUIRED_DISTRO_FEATURES = "x11"
10 10