diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-01-12 11:46:19 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-12 11:50:49 -0800 |
commit | 012d10408eb714a6febb91b0436a402d70be95ad (patch) | |
tree | e06bfef2e5634647af84ac676889984e00e1cee8 /meta-xfce | |
parent | a95f0e39cb9bf039618a56bfddcc4f0558bad3df (diff) | |
download | meta-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>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/thunar/thunar_4.16.9.bb | 4 |
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 169480ae8..0872110f8 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" | |||
2 | SECTION = "x11" | 2 | SECTION = "x11" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
5 | DEPENDS = "exo gdk-pixbuf libxfce4ui libsm startup-notification libnotify xfce4-panel udev" | 5 | DEPENDS = "libxml-parser-perl-native exo gdk-pixbuf libxfce4ui libsm startup-notification libnotify xfce4-panel udev" |
6 | 6 | ||
7 | inherit xfce gobject-introspection features_check mime-xdg | 7 | inherit xfce gobject-introspection features_check mime-xdg perlnative |
8 | 8 | ||
9 | REQUIRED_DISTRO_FEATURES = "x11" | 9 | REQUIRED_DISTRO_FEATURES = "x11" |
10 | 10 | ||