termux / x11-packages

A set of packages using X11 Windows System.
Other
547 stars 145 forks source link

sdl2: qemu-system-* can't find libSDL2 #635

Closed mguinhos closed 2 years ago

mguinhos commented 2 years ago

Problem description

qemu-system-* can't find libSDL2

CANNOT LINK EXECUTABLE "qemu-system-x86_64": library "libSDL2-2.0.so.0" not found: needed by main executable

What steps will reproduce the bug?

$ qemu-system-x86_64 ...

What is the expected behavior?

The emulador GUI should show up

mguinhos commented 2 years ago

633

mguinhos commented 2 years ago

634

mguinhos commented 2 years ago

I think that just adding the extra symlink libSDL2-2.0.so.0 will solve the issue