]> code.ossystems Code Review - openembedded-core.git/commit
libsdl2: Add libunwind-native to the libsdl2-native DEPENDS
authorCarlos Rafael Giani <crg7475@mailbox.org>
Fri, 4 Mar 2022 07:55:07 +0000 (08:55 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 4 Mar 2022 17:13:10 +0000 (17:13 +0000)
commit1b114fa2d221c9810852526f8b45a3d2c856a502
tree7e791f5727d3cbb5de29b80ab1a6c9fc73e72404
parentec04580374ed6cc26471a338f84794f41931eca1
libsdl2: Add libunwind-native to the libsdl2-native DEPENDS

This fixes this CMake configuration error:

| -- Checking for one of the modules 'libunwind'
| CMake Error at [...]/build/tmp/work/x86_64-linux/libsdl2-native/2.0.20-r0/recipe-sysroot-native/usr/share/cmake-3.22/Modules/FindPkgConfig.cmake:890 (message):
|   None of the required 'libunwind' found
| Call Stack (most recent call first):
|   CMakeLists.txt:1367 (pkg_search_module)

This error happens even if libunwind is installed complete with its C
headers and development .so files (in Ubuntu, this means libunwind-dev
is installed).

Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/libsdl2/libsdl2_2.0.20.bb