diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-02-07 12:53:40 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-02-07 20:38:39 -0800 |
| commit | d197145a6eae9d46c40844d8e6fd8ed6f7d7c36a (patch) | |
| tree | 9e44f3036bc9a2ad27a1fbfeaf0906ab1506a89b | |
| parent | 973fe410d238e0c361f8bc4d9ba7915464217e22 (diff) | |
| download | meta-openembedded-d197145a6eae9d46c40844d8e6fd8ed6f7d7c36a.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb b/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb index 51d7e2a2ed..6c07eff764 100644 --- a/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb +++ b/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb | |||
| @@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" | |||
| 8 | # AM_GLIB_GNU_GETTEXT macro in configure.ac. That macro is deprecated, so the | 8 | # AM_GLIB_GNU_GETTEXT macro in configure.ac. That macro is deprecated, so the |
| 9 | # glib-2.0-native dependency may go away at some point (something to keep in | 9 | # glib-2.0-native dependency may go away at some point (something to keep in |
| 10 | # mind when doing version upgrades). | 10 | # mind when doing version upgrades). |
| 11 | DEPENDS = "intltool-native glib-2.0-native gtkmm3 libcanberra pulseaudio" | 11 | DEPENDS = "libxml-parser-perl-native intltool-native glib-2.0-native gtkmm3 libcanberra pulseaudio" |
| 12 | 12 | ||
| 13 | inherit autotools features_check | 13 | inherit autotools features_check perlnative |
| 14 | 14 | ||
| 15 | REQUIRED_DISTRO_FEATURES = "x11" | 15 | REQUIRED_DISTRO_FEATURES = "x11" |
| 16 | 16 | ||
