diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2021-05-18 14:41:56 -0700 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-07-14 15:01:47 -0700 |
| commit | 43f2a58613cf2f56faf0c8e0b3f878f79aa16472 (patch) | |
| tree | dc774be941841720dca3780cb14c0f355c4691bc | |
| parent | 9d3d9ccb58a797e44d2fbba8ae775e961865f5dc (diff) | |
| download | meta-xilinx-43f2a58613cf2f56faf0c8e0b3f878f79aa16472.tar.gz | |
libsdl2: Fix libmali package on zynqmp eg/ev
Issue: CR-1099768
libmali is providing the mesa/opengl part for libsdl2. This is different
on mali400 and all other architectures. Make sure to list these are
SOC_VARIANT specific.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| -rw-r--r-- | meta-xilinx-bsp/recipes-graphics/libsdl2/libsdl2_%.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/recipes-graphics/libsdl2/libsdl2_%.bbappend b/meta-xilinx-bsp/recipes-graphics/libsdl2/libsdl2_%.bbappend new file mode 100644 index 00000000..fd8a07e2 --- /dev/null +++ b/meta-xilinx-bsp/recipes-graphics/libsdl2/libsdl2_%.bbappend | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | # Has a dependency on libmali | ||
| 2 | PACKAGE_ARCH_mali400 = "${SOC_VARIANT_ARCH}" | ||
| 3 | |||
