1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 12:47:34 +00:00

Ports: Update brogue'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 3a7d5ca469
commit 8b9302890e
4 changed files with 58 additions and 25 deletions

View file

@ -0,0 +1,25 @@
From f74e17de5c426ae49522008cb5b5d24571345630 Mon Sep 17 00:00:00 2001
From: nooga <xnooga@gmail.com>
Date: Sat, 15 May 2021 01:21:59 +0200
Subject: [PATCH 2/2] Use pkg-config for SDL2
---
config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mk b/config.mk
index 9655958..0ce2e55 100644
--- a/config.mk
+++ b/config.mk
@@ -7,7 +7,7 @@ TERMINAL := NO
# Include graphical support. Requires SDL2 and SDL2_image
GRAPHICS := YES
# Path to sdl2-config script
-SDL_CONFIG := sdl2-config
+SDL_CONFIG := pkg-config sdl2
# Select web brogue mode. Requires POSIX system.
WEBBROGUE := NO
--
2.36.1