the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or 2.X SESSIONS !!!! BREAKAGE IS EXPECTED !!!! IF YOU HAVE AND NEED A WORKING 3.0 DO **NOT** UPDATE. !!!! otherwise, update and enjoy the steadily emerging joys of this major reworking of ardour internals
git-svn-id: svn://localhost/ardour2/branches/3.0@5137 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
2
wscript
2
wscript
@@ -95,7 +95,7 @@ def set_options(opt):
|
||||
help='Compile with support for LV2 (if slv2 is available)')
|
||||
opt.add_option('--nls', action='store_true', default=True, dest='nls',
|
||||
help='Enable i18n (native language support)')
|
||||
opt.add_option('--surfaces', action='store_true', default=True, dest='surfaces',
|
||||
opt.add_option('--surfaces', action='store_true', default=False, dest='surfaces',
|
||||
help='Build support for control surfaces')
|
||||
opt.add_option('--syslibs', action='store_true', default=True, dest='syslibs',
|
||||
help='Use existing system versions of various libraries instead of internal ones')
|
||||
|
||||
Reference in New Issue
Block a user