Change the configure strings to satisfy meson.

        | meson.build:1:0: ERROR: Value "false" for combo option is not one of 
the choices. Possible choices are: "yes", "no", "auto".

Signed-off-by: Trevor Woerner <[email protected]>
---
 recipes-multimedia/libva/intel-vaapi-driver_2.4.0.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-multimedia/libva/intel-vaapi-driver_2.4.0.bb 
b/recipes-multimedia/libva/intel-vaapi-driver_2.4.0.bb
index 86b5e999..8d373bc2 100644
--- a/recipes-multimedia/libva/intel-vaapi-driver_2.4.0.bb
+++ b/recipes-multimedia/libva/intel-vaapi-driver_2.4.0.bb
@@ -25,8 +25,8 @@ REQUIRED_DISTRO_FEATURES = "opengl"
 
 PACKAGECONFIG ??= "${@bb.utils.contains("DISTRO_FEATURES", "x11", "x11", "", 
d)} \
                    ${@bb.utils.contains("DISTRO_FEATURES", "opengl wayland", 
"wayland", "", d)}"
-PACKAGECONFIG[x11] = "-Dwith_x11=yes, -Dwith_x11=false"
-PACKAGECONFIG[wayland] = "-Dwith_wayland=yes, -Dwith_wayland=false, wayland 
wayland-native virtual/egl"
+PACKAGECONFIG[x11] = "-Dwith_x11=yes, -Dwith_x11=no"
+PACKAGECONFIG[wayland] = "-Dwith_wayland=yes, -Dwith_wayland=no, wayland 
wayland-native virtual/egl"
 
 FILES_${PN} += "${libdir}/dri/*.so"
 FILES_${PN}-dev += "${libdir}/dri/*.la"
-- 
2.25.0.114.g5b0ca878e0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#6370): 
https://lists.yoctoproject.org/g/meta-intel/message/6370
Mute This Topic: https://lists.yoctoproject.org/mt/71141924/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to