blob: de7809340faeaacce52f0f6be5f9f915978e9bf2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
--- config.default.orig 2020-02-11 19:33:53.000000000 +0100
+++ config.default 2020-02-12 23:34:14.135593553 +0100
@@ -7,18 +7,18 @@
#BACKEND = gdi
#BACKEND = sdl
#BACKEND = sdl2
-#BACKEND = mixer_sdl
+BACKEND = mixer_sdl
#BACKEND = posix
#COLOUR_DEPTH = 0
-#COLOUR_DEPTH = 16
+COLOUR_DEPTH = 16
#OSTYPE = amiga
#OSTYPE = beos
#OSTYPE = cygwin
#OSTYPE = freebsd
#OSTYPE = haiku
-#OSTYPE = linux
+OSTYPE = linux
#OSTYPE = mingw
#OSTYPE = mac
@@ -36,23 +36,23 @@
#WIN32_CONSOLE = 1 # adds a console for windows debugging
-#MULTI_THREAD = 1 # Enable multithreading
+MULTI_THREAD = 1 # Enable multithreading
# using freetype for Truetype font support
-USE_FREETYPE = 0
+USE_FREETYPE = 1
# using UPnP for easy server hosting behind routers
-#USE_UPNP = 0
+USE_UPNP = 1
# using zstd compression library
-#USE_ZSTD = 0
+USE_ZSTD = 1
# Define these as empty strings, if you don't have the respective config program
#ALLEGRO_CONFIG = allegro-config
#PNG_CONFIG = pkg-config libpng
#SDL_CONFIG = sdl-config
#SDL2_CONFIG = sdl2-config
-#FREETYPE_CONFIG = freetype-config
+FREETYPE_CONFIG = pkg-config freetype2
#VERBOSE = 1
|