From 893d2a92cb967f5896b8c7a70dbd4bffcfa3bcba Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 16 Mar 2022 18:07:08 +0100 Subject: 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(+) (limited to 'meta/recipes-graphics/libva') diff --git a/meta/recipes-graphics/libva/libva.inc b/meta/recipes-graphics/libva/libva.inc index 8ebec8159a..148bb03b5f 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" + -- cgit 1.2.3-korg