Files
ladybird/Ports/brogue/patches/config.patch
2021-05-15 10:13:43 +01:00

23 lines
657 B
Diff

: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