1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 21:57:34 +00:00

Ports: Add port for Brogue (BrogueCE)

This commit is contained in:
nooga 2021-05-15 01:21:59 +02:00 committed by Linus Groh
parent 08c55b7606
commit da4928feea
3 changed files with 39 additions and 0 deletions

View file

@ -0,0 +1,22 @@
:100644 100644 0000000000 0000000000 M config.mk.orig
diff --git a/config.mk.orig b/config.mk
index b33967bf2c..d2b07a8ade 100644
--- a/config.mk.orig
+++ b/config.mk
@@ -1,5 +1,5 @@
# Where to look for game data files (found in 'bin'). Must be without trailing slashes!
-DATADIR := .
+DATADIR := /usr/local/share/games/brogue
# Include terminal support. Requires ncurses
TERMINAL := NO
@@ -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