serenity/Ports/bochs/patches
2022-06-08 17:58:36 +01:00
..
0001-Use-pkg-config-for-SDL2.patch Ports: Format patches without numbering, commit hash or version number 2022-06-08 17:58:36 +01:00
ReadMe.md Ports: Update bochs's patches to use git patches 2022-05-19 20:17:10 +04:30

Patches for bochs on SerenityOS

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

Use pkg-config for SDL2

Modifies configure to use pkg_config to detect SDL2 installed on SerenityOS.

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