aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-09-22 09:07:31 -0700
committerKhem Raj <raj.khem@gmail.com>2021-09-24 08:12:35 -0700
commit301595bea8fe50203cc06f9e30927faef6a82001 (patch)
tree7ced6e5a25b2b2768aca40927c2530a5fcacf19c /meta-oe
parentbbf7ede71ba246ab611b7b54c01eec8aa23180b3 (diff)
downloadmeta-openembedded-contrib-301595bea8fe50203cc06f9e30927faef6a82001.tar.gz
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>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-graphics/vdpau/libvdpau_1.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/vdpau/libvdpau_1.4.bb b/meta-oe/recipes-graphics/vdpau/libvdpau_1.4.bb
index ec2d10608b..64dd3ea785 100644
--- a/meta-oe/recipes-graphics/vdpau/libvdpau_1.4.bb
+++ b/meta-oe/recipes-graphics/vdpau/libvdpau_1.4.bb
@@ -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"