diff options
author | wm4 <wm4@nowhere> | 2014-01-25 00:30:28 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-01-25 00:30:28 +0100 |
commit | fd1f8ed49013f6cbd97c6cb4f2663a424e2acbb8 (patch) | |
tree | f6cc91e1435b13d98ac49712e71d85758556328c /wscript | |
parent | bb54cf9559985e166a8d9ae7171c90dd87d7d97a (diff) |
waf: rename --enable-sdl to --enable-sdl1
Grossly misleading.
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -406,7 +406,7 @@ audio_output_features = [ 'func': check_pkg_config('sdl2'), 'default': 'disable' }, { - 'name': '--sdl', + 'name': '--sdl1', 'desc': 'SDL (1.x)', 'deps_neg': [ 'sdl2' ], 'func': check_pkg_config('sdl'), |