From 012d10408eb714a6febb91b0436a402d70be95ad Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 12 Jan 2022 11:46:19 -0800 Subject: thunar: Depend on libxml-parser-perl-native MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Cc: Andreas Müller --- meta-xfce/recipes-xfce/thunar/thunar_4.16.9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-xfce') 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" -- cgit 1.2.3-korg