Tatsh / tatsh-overlay

Personal Gentoo Portage overlay.
https://tatsh.github.io/tatsh-overlay/
GNU General Public License v2.0
35 stars 10 forks source link

app-emulation/sheepshaver: fix SDL version selection #221

Closed living180 closed 10 months ago

living180 commented 10 months ago

On my system passing --without-sdl1 when configuring sheepshaver actually causes it to look for SDL1 and ignore SDL2. sheepshaver actually defaults to SDL2, so specifying --without-sdl1 should be redundant, and removing it fixes the build for me.

Tatsh commented 10 months ago

What do you have installed that still wants SDL 1?

living180 commented 10 months ago

So I should have provided more detail in my initial description. Here's what I'm seeing:

Hopefully this makes what is happening on my system a bit more clear.