]> git.pld-linux.org Git - packages/stella.git/blob - stella-conf.patch
- up to 1.4
[packages/stella.git] / stella-conf.patch
1 diff -urN stella-1.3.org/src/build/makefile stella-1.3/src/build/makefile
2 --- stella-1.3.org/src/build/makefile   Thu Feb 20 09:21:23 2003
3 +++ stella-1.3/src/build/makefile       Thu Feb 20 09:23:03 2003
4 @@ -42,8 +42,8 @@
5  ### SDL sound not yet supported in the X11 version
6  ### comment out all lines to completely disable sound
7  ###
8 -#SOUND_ALSA = 1
9 -SOUND_OSS  = 1
10 +SOUND_ALSA = 1
11 +#SOUND_OSS  = 1
12  #SOUND_SDL  = 1
13  
14  ### if your C++ compiler doesn't support the bool type
15 @@ -56,12 +56,12 @@
16  # DEBUG = 1
17  
18  ### to include joystick support in the X11 and SDL versions
19 -# JOYSTICK_SUPPORT = 1
20 +JOYSTICK_SUPPORT = 1
21  
22  ### to include support for saving snapshots in png format
23  ### (requires PNG library)
24  ### Only X11 and SDL ports supported for now
25 -# SNAPSHOT_SUPPORT = 1
26 +SNAPSHOT_SUPPORT = 1
27  
28  ### comment this out if your system doesn't
29  ### have the gettimeofday function
30 @@ -72,7 +72,7 @@
31  ### enables some extra commandline options that allow the user
32  ### to override some emulation defaults
33  ### Only X11 and SDL ports supported for now
34 -# DEVELOPER_SUPPORT = 1
35 +DEVELOPER_SUPPORT = 1
36  
37  ##============================================================================
38  ## All done, type make to get a list of frontends
This page took 0.062005 seconds and 3 git commands to generate.