From 72e11bae94c805b738b69348147c28a3f678b3c8 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 4 Dec 2011 21:20:04 +0000 Subject: [PATCH] do that freesound build change properly git-svn-id: svn://localhost/ardour2/branches/3.0@10892 d708f5d6-7413-0410-9779-e7cbd77b26cf --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wscript b/wscript index 3403388c36..561a2a4770 100644 --- a/wscript +++ b/wscript @@ -368,8 +368,8 @@ def options(opt): help='Install MIME type, icons and .desktop file as per freedesktop.org standards') opt.add_option('--freebie', action='store_true', default=False, dest='freebie', help='Build a version suitable for distribution as a zero-cost binary') - opt.add_option('--freesound', action='store_true', default=True, dest='freesound', - help='Include Freesound database lookup') + opt.add_option('--no-freesound', action='store_false', default=True, dest='freesound', + help='Do not build with Freesound database support') opt.add_option('--gprofile', action='store_true', default=False, dest='gprofile', help='Compile for use with gprofile') opt.add_option('--lv2', action='store_true', default=True, dest='lv2',