Browse Source

Fix typo in wscript, leading to an error with --autostart=dbus

tags/v1.9.12
falkTX 7 years ago
parent
commit
d6e1584361
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      wscript

+ 1
- 1
wscript View File

@@ -565,7 +565,7 @@ def configure(conf):
conf.env.append_unique('CFLAGS', '-g')
conf.env.append_unique('LINKFLAGS', '-g')

if not Options.options.autostart in ['default', 'classic', 'dbus' 'none']:
if not Options.options.autostart in ['default', 'classic', 'dbus', 'none']:
conf.fatal('Invalid autostart value "' + Options.options.autostart + '"')

if Options.options.autostart == 'default':


Loading…
Cancel
Save