aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-01-13 23:02:54 -0800
committerKhem Raj <raj.khem@gmail.com>2024-01-14 10:54:10 -0800
commitca43c0abd1dbd3a3d455fac44f002e5b76ba22c8 (patch)
tree7b8b2bbac4a3475977834cb29481fffea87fc816 /meta-xfce/recipes-xfce
parent5e8a4a6dd022a3b85f2dc4505378ba673ec3a530 (diff)
downloadmeta-openembedded-ca43c0abd1dbd3a3d455fac44f002e5b76ba22c8.tar.gz
thunar: 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-xfce/recipes-xfce')
-rw-r--r--meta-xfce/recipes-xfce/thunar/thunar_4.19.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_4.19.0.bb b/meta-xfce/recipes-xfce/thunar/thunar_4.19.0.bb
index 02e4ef956a..e4d8b7b4de 100644
--- a/meta-xfce/recipes-xfce/thunar/thunar_4.19.0.bb
+++ b/meta-xfce/recipes-xfce/thunar/thunar_4.19.0.bb
@@ -4,7 +4,7 @@ LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
DEPENDS = "libxml-parser-perl-native exo gdk-pixbuf libxfce4ui libnotify xfce4-panel udev"
-inherit xfce gobject-introspection features_check mime-xdg perlnative
+inherit xfce gobject-introspection features_check mime-xdg perlnative gtk-doc
# xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG.
# cairo would at least needed to be built with xlib.