mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
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:
@@ -2,9 +2,9 @@ SUMMARY = "File manager for the Xfce Desktop Environment"
|
|||||||
SECTION = "x11"
|
SECTION = "x11"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
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"
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user