pavucontrol: Inherit pkgconfig

Fixes
../pavucontrol-4.0/configure: line 6444: syntax error near unexpected token `GUILIBS,'
../pavucontrol-4.0/configure: line 6444: `PKG_CHECK_MODULES(GUILIBS,  gtkmm-3.0 >= 3.0 sigc++-2.0 libcanberra-gtk3 >= 0.16 )'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2021-09-22 08:53:27 -07:00
parent 090d25bfb3
commit b005b9484a

View File

@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
# mind when doing version upgrades).
DEPENDS = "libxml-parser-perl-native intltool-native glib-2.0-native gtkmm3 libcanberra pulseaudio"
inherit autotools features_check perlnative
inherit autotools features_check perlnative pkgconfig
REQUIRED_DISTRO_FEATURES = "x11"