mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
23 lines
657 B
Diff
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
|