From 893d2a92cb967f5896b8c7a70dbd4bffcfa3bcba Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 16 Mar 2022 18:07:08 +0100 Subject: [PATCH] libva: make buildable for native and nativesdk This prevents an error if trying to add "va" to mesa PACKAGECONFIG Signed-off-by: Markus Volk Signed-off-by: Richard Purdie --- meta/recipes-graphics/libva/libva.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-graphics/libva/libva.inc b/meta/recipes-graphics/libva/libva.inc index 8ebec8159ac..148bb03b5fb 100644 --- a/meta/recipes-graphics/libva/libva.inc +++ b/meta/recipes-graphics/libva/libva.inc @@ -33,3 +33,5 @@ PACKAGECONFIG[glx] = "-Dwith_glx=yes,-Dwith_glx=no,virtual/mesa" PACKAGECONFIG[wayland] = "-Dwith_wayland=yes,-Dwith_wayland=no,wayland-native wayland" +BBCLASSEXTEND = "native nativesdk" + -- 2.47.2