FrodeSolheim / fs-uae

Cross-platform Amiga emulator with a slight focus on gaming, but also with solid support for productivity apps including just-in-time (JIT) compilation.
https://fs-uae.net/
GNU General Public License v2.0
475 stars 95 forks source link

[Question] Building without OpenAL #261

Closed vanfanel closed 3 years ago

vanfanel commented 3 years ago

Hi there,

I am trying to build fs-uae without OpenAL, since OpenAL usually asks for a lot of X11-related dependencies and I only use SDL2 on KMS/DRM (no X11 needed).

Also, since there is ALSA support, that is enough for my builds.

Thing is, there is no configure option to disable OpenAL, is it?

Thanks!

FrodeSolheim commented 3 years ago

Your pull request was merged, thanks :)

vanfanel commented 3 years ago

@FrodeSolheim Thanks to you, fs-uae is awesome :)