1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 19:17:35 +00:00

Ports: Add Bochs x86 PC emulator

This commit is contained in:
Peter Ross 2022-02-22 18:43:09 +11:00 committed by Linus Groh
parent 898be38517
commit ceb9f43ed5
4 changed files with 50 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# Patches for bochs on SerenityOS
## `use-pkg_config-sdl2.patch`
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.