mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 09:46:04 -05:00
Ports: Update bochs's patches to use git patches
This commit is contained in:
parent
d65736e5bd
commit
3a7d5ca469
Notes:
sideshowbarker
2024-07-17 10:52:16 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/3a7d5ca469 Pull-request: https://github.com/SerenityOS/serenity/pull/14055 Reviewed-by: https://github.com/danners Reviewed-by: https://github.com/timschumi
2 changed files with 21 additions and 1 deletions
|
@ -1,3 +1,17 @@
|
|||
From cdc23372934196e822175a6ecbd6b06aed2bcea5 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Ross <pross@xvid.org>
|
||||
Date: Tue, 22 Feb 2022 18:43:09 +1100
|
||||
Subject: [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.
|
||||
---
|
||||
configure | 8 ++++----
|
||||
1 file changed, 4 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/configure b/configure
|
||||
index 5cc4088..d2bff12 100755
|
||||
--- a/configure
|
||||
|
@ -29,3 +43,6 @@ index 5cc4088..d2bff12 100755
|
|||
fi
|
||||
# The enhanced X debugger depends on GTK2
|
||||
if test "$gui_debugger" = 1 -a "$DEFAULT_GUI" != win32; then
|
||||
--
|
||||
2.36.1
|
||||
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue