From be73afe9fe855f6077f5f5e44bb2b7a060b46422 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Mon, 10 Feb 2020 11:32:31 -0500 Subject: intel-vaapi-driver: fix meson build 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 Signed-off-by: Anuj Mittal --- recipes-multimedia/libva/intel-vaapi-driver_2.4.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-multimedia/libva') 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" -- cgit v1.2.3-54-g00ecf