Newer
Older
minerva / Ports / bochs / patches / ReadMe.md
@minerva minerva on 13 Jul 276 bytes Initial commit
# Patches for bochs on Minerva

## `0001-Use-pkg-config-for-SDL2.patch`

Use pkg-config for SDL2

Modifies configure to use `pkg_config` to detect SDL2 installed on
Minerva.

Without this patch, configure uses `sdl2_config` and will detect SDL2
installed on the host system.