diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-09-22 09:07:31 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-09-24 08:12:35 -0700 |
commit | 301595bea8fe50203cc06f9e30927faef6a82001 (patch) | |
tree | 7ced6e5a25b2b2768aca40927c2530a5fcacf19c | |
parent | bbf7ede71ba246ab611b7b54c01eec8aa23180b3 (diff) | |
download | meta-openembedded-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>
-rw-r--r-- | meta-oe/recipes-graphics/vdpau/libvdpau_1.4.bb | 2 |
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" | |||
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
13 | inherit features_check meson | 13 | inherit features_check meson pkgconfig |
14 | 14 | ||
15 | REQUIRED_DISTRO_FEATURES = "x11" | 15 | REQUIRED_DISTRO_FEATURES = "x11" |
16 | 16 | ||