libvdpau: Inherit pkgconfig

Fixes
../git/src/meson.build:1:0: ERROR: Pkg-config binary for machine MachineChoice.HOST not found. Giving up.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2021-09-22 09:07:31 -07:00
parent bbf7ede71b
commit 301595bea8
@@ -10,7 +10,7 @@ SRC_URI = "git://anongit.freedesktop.org/vdpau/libvdpau"
S = "${WORKDIR}/git"
inherit features_check meson
inherit features_check meson pkgconfig
REQUIRED_DISTRO_FEATURES = "x11"