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>
This commit is contained in:
Khem Raj 2022-01-12 11:46:19 -08:00
parent a95f0e39cb
commit 012d10408e

View File

@ -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"