aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-01-12 11:46:19 -0800
committerKhem Raj <raj.khem@gmail.com>2022-01-12 11:50:49 -0800
commit012d10408eb714a6febb91b0436a402d70be95ad (patch)
treee06bfef2e5634647af84ac676889984e00e1cee8
parenta95f0e39cb9bf039618a56bfddcc4f0558bad3df (diff)
downloadmeta-openembedded-012d10408eb714a6febb91b0436a402d70be95ad.tar.gz
thunar: Depend on libxml-parser-perl-native
Also use native perl instead of build host perl Fixes checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
-rw-r--r--meta-xfce/recipes-xfce/thunar/thunar_4.16.9.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_4.16.9.bb b/meta-xfce/recipes-xfce/thunar/thunar_4.16.9.bb
index 169480ae84..0872110f80 100644
--- a/meta-xfce/recipes-xfce/thunar/thunar_4.16.9.bb
+++ b/meta-xfce/recipes-xfce/thunar/thunar_4.16.9.bb
@@ -2,9 +2,9 @@ SUMMARY = "File manager for the Xfce Desktop Environment"
SECTION = "x11"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-DEPENDS = "exo gdk-pixbuf libxfce4ui libsm startup-notification libnotify xfce4-panel udev"
+DEPENDS = "libxml-parser-perl-native exo gdk-pixbuf libxfce4ui libsm startup-notification libnotify xfce4-panel udev"
-inherit xfce gobject-introspection features_check mime-xdg
+inherit xfce gobject-introspection features_check mime-xdg perlnative
REQUIRED_DISTRO_FEATURES = "x11"