mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
pavucontrol: 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>
This commit is contained in:
parent
973fe410d2
commit
d197145a6e
|
|
@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
|
|||
# AM_GLIB_GNU_GETTEXT macro in configure.ac. That macro is deprecated, so the
|
||||
# glib-2.0-native dependency may go away at some point (something to keep in
|
||||
# mind when doing version upgrades).
|
||||
DEPENDS = "intltool-native glib-2.0-native gtkmm3 libcanberra pulseaudio"
|
||||
DEPENDS = "libxml-parser-perl-native intltool-native glib-2.0-native gtkmm3 libcanberra pulseaudio"
|
||||
|
||||
inherit autotools features_check
|
||||
inherit autotools features_check perlnative
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user