summarylogtreecommitdiffstats
path: root/config.patch
blob: 8b2b131d3bcadef3696e91df93c31275ddc2ff73 (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
54
55
56
57
58
59
60
61
--- config.default.orig	2020-12-30 13:56:52.910168682 +0100
+++ config.default	2020-12-30 14:22:16.056031632 +0100
@@ -12,7 +12,7 @@
 #BACKEND = gdi
 #BACKEND = sdl
 #BACKEND = sdl2
-#BACKEND = mixer_sdl
+BACKEND = mixer_sdl2
 #BACKEND = mixer_sdl2
 #BACKEND = posix
 
@@ -21,41 +21,41 @@
 #OSTYPE = cygwin
 #OSTYPE = freebsd
 #OSTYPE = haiku
-#OSTYPE = linux
+OSTYPE = linux
 #OSTYPE = mingw
 #OSTYPE = mac
 
 #DEBUG = 1    # Level 1-3, higher number means more debug-friendly but slower, see Makefile
 #MSG_LEVEL = 1 # Level 1-4, more runtime debug messages (without only warnings and errors)
-#OPTIMISE = 1 # Add umpteen optimisation flags
+OPTIMISE = 1 # Add umpteen optimisation flags
 #PROFILE = 1  # Enable profiling
 #PROFILE = 2  # Enable profiling with optimisation flags, can be used with `OPTIMISE = 1'
 
 #STATIC = 1   # Enable static linkage, currently mingw only
 #AV_FOUNDATION = 1  # Use AVFoundation instead of QTKit. If you are using macOS 10.12 or later, this must be enabled.
 
-#WITH_REVISION = 1 # adds the revision from svn; required for networkgames
+WITH_REVISION = 1 # adds the revision from svn; required for networkgames
 # if you do not use SVN, add -DREVISION="1234" to the FLAGS below
 
 #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