Skip to content

Commit

Permalink
thunar: Depend on libxml-parser-perl-native
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kraj committed Jan 12, 2022
1 parent a95f0e3 commit 012d104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta-xfce/recipes-xfce/thunar/thunar_4.16.9.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 012d104

Please sign in to comment.