diff options
-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 | ||