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

Ports: Update bochs's patches to use git patches

This commit is contained in:
Ali Mohammad Pur 2022-05-16 19:21:29 +04:30 committed by Ali Mohammad Pur
parent d65736e5bd
commit 3a7d5ca469
2 changed files with 21 additions and 1 deletions

View file

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