Am Wed, 28 Sep 2022 08:59:32 +0200
schrieb Christer Solskogen <christer.solskogen@xxxxxxxxx>:
> On Tue, Sep 27, 2022 at 8:29 PM Thomas Huth <th.huth@xxxxxxxxx> wrote:
>
> >
> >
> > How do you invoke CMake? How did you install SDL?
> >
> >
> But perhaps you're wondering if SDL is installed using CMake or GNU
> autotools? In that case, SDL is installed using autotools.
It might be related ... looks like the SDL folks introduced that "SDL::SDL"
stuff to the autoconf part just some few months ago:
https://github.com/libsdl-org/SDL/commit/6d1dfc8322f752
And SDL 2.24 was the first release where this was shipped. Maybe you could
try downgrade to 2.0.23 or try a version compiled with CMake instead?
I tried with SDL from git, still same issue. I'll try compiling SDL with CMake.