summaryrefslogtreecommitdiff
path: root/libs/fst/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'libs/fst/wscript')
-rw-r--r--libs/fst/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/fst/wscript b/libs/fst/wscript
index 7449d5921d..3e4605837d 100644
--- a/libs/fst/wscript
+++ b/libs/fst/wscript
@@ -18,7 +18,7 @@ scanner_app_src = [
]
# needed for code used from libardour
-I18N_PACKAGE = 'ardour3'
+I18N_PACKAGE = 'ardour'
def options(opt):
autowaf.set_options(opt)
@@ -82,7 +82,7 @@ def build(bld):
'_POSIX_SOURCE',
'USE_WS_PREFIX',
'VST_SCANNER_APP',
- 'PACKAGE="' + I18N_PACKAGE + '"',
+ 'PACKAGE="' + I18N_PACKAGE + str(bld.env['MAJOR']) + '"',
'LIBARDOUR="' + bld.env['lwrcase_dirname'] + '"',
]
obj.install_path = os.path.join(bld.env['LIBDIR'])