]> code.ossystems Code Review - openembedded-core.git/commit
libva: move PACKAGECONFIG options to libva.inc
authorMarkus Volk <f_l_k@t-online.de>
Sat, 11 Dec 2021 16:35:21 +0000 (17:35 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Dec 2021 11:19:42 +0000 (11:19 +0000)
commitcb9923f4e62339192c0d8e3d2852f1e71c1963b9
tree2d783a4a2ff6abe1fb1fd12ebcd0ddce7df1318c
parent1a6c2a7345199d77ad5aeac8ad337ed80a8aa39b
libva: move PACKAGECONFIG options to libva.inc

This fixes an error in libva-initial build if 'systemd' is in DISTRO_FEATURES
and libdrm is set to be built with udev support.

| Run-time dependency xfixes found: NO (tried pkgconfig and cmake)
| Run-time dependency wayland-client found: YES 1.19.0
| Program wayland-scanner /usr/bin/wayland-scanner found: NO
|
| ../libva-2.13.0/meson.build:107:4: ERROR: Program 'wayland-scanner /usr/bin/wayland-scanner' not found
|
| A full log can be found at /home/flk/build/poky/build-rock/tmp/work/cortexa72-cortexa53-crypto-poky-linux/libva-initial/2.13.0-r0/build/meson-logs/meson-log.txt
| ERROR: meson failed
| WARNING: exit code 1 from a shell command.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/libva/libva-initial_2.13.0.bb
meta/recipes-graphics/libva/libva.inc
meta/recipes-graphics/libva/libva_2.13.0.bb