Re: [OE-core] [PATCH] libsdl2: Fix build when libunwind is not used

2022-01-06 Thread Alexander Kanavin
Wait, why is this inappropriate? It seems quite suitable for sending upstream. Alex On Thu, 6 Jan 2022 at 20:19, Andreas Müller wrote: > On Thu, Jan 6, 2022 at 7:54 PM Khem Raj wrote: > > > > clang provides libunwind.h and cmake adds a check to > > find libunwind when this header is detected,

Re: [OE-core] [PATCH] libsdl2: Fix build when libunwind is not used

2022-01-06 Thread Andreas Müller
On Thu, Jan 6, 2022 at 7:54 PM Khem Raj wrote: > > clang provides libunwind.h and cmake adds a check to > find libunwind when this header is detected, which was > not the case with automake. The check however is expecting > specific unwinder implementation which provides libunwind-generic > solib,

[OE-core] [PATCH] libsdl2: Fix build when libunwind is not used

2022-01-06 Thread Khem Raj
clang provides libunwind.h and cmake adds a check to find libunwind when this header is detected, which was not the case with automake. The check however is expecting specific unwinder implementation which provides libunwind-generic solib, this is not a standard library that all implementations wil