From: Markus Volk Date: Wed, 16 Mar 2022 17:07:08 +0000 (+0100) Subject: libva: make buildable for native and nativesdk X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4729 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=893d2a92cb967f5896b8c7a70dbd4bffcfa3bcba;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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" +