mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
make Freesound support default to true
git-svn-id: svn://localhost/ardour2/branches/3.0@10891 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
af768c7429
commit
f03df3cea3
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
|
@ -368,7 +368,7 @@ def options(opt):
|
||||||
help='Install MIME type, icons and .desktop file as per freedesktop.org standards')
|
help='Install MIME type, icons and .desktop file as per freedesktop.org standards')
|
||||||
opt.add_option('--freebie', action='store_true', default=False, dest='freebie',
|
opt.add_option('--freebie', action='store_true', default=False, dest='freebie',
|
||||||
help='Build a version suitable for distribution as a zero-cost binary')
|
help='Build a version suitable for distribution as a zero-cost binary')
|
||||||
opt.add_option('--freesound', action='store_true', default=False, dest='freesound',
|
opt.add_option('--freesound', action='store_true', default=True, dest='freesound',
|
||||||
help='Include Freesound database lookup')
|
help='Include Freesound database lookup')
|
||||||
opt.add_option('--gprofile', action='store_true', default=False, dest='gprofile',
|
opt.add_option('--gprofile', action='store_true', default=False, dest='gprofile',
|
||||||
help='Compile for use with gprofile')
|
help='Compile for use with gprofile')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue