diff options
author | Markus Volk <f_l_k@t-online.de> | 2022-03-16 18:07:08 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-17 16:44:33 +0000 |
commit | 926173678d86a6b9abead2442ff26bcb7187cefc (patch) | |
tree | 6aa35acf3715c4af3b8aab59804fdac3372b86ef /meta/recipes-graphics/libva/libva.inc | |
parent | 188c5ff44474917c001467242c5ac9d514153e20 (diff) | |
download | poky-926173678d86a6b9abead2442ff26bcb7187cefc.tar.gz |
libva: make buildable for native and nativesdk
This prevents an error if trying to add "va" to mesa PACKAGECONFIG
(From OE-Core rev: 893d2a92cb967f5896b8c7a70dbd4bffcfa3bcba)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/libva/libva.inc')
-rw-r--r-- | meta/recipes-graphics/libva/libva.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
33 | 33 | ||
34 | PACKAGECONFIG[wayland] = "-Dwith_wayland=yes,-Dwith_wayland=no,wayland-native wayland" | 34 | PACKAGECONFIG[wayland] = "-Dwith_wayland=yes,-Dwith_wayland=no,wayland-native wayland" |
35 | 35 | ||
36 | BBCLASSEXTEND = "native nativesdk" | ||
37 | |||