13
0

change package names for i18n files, in an attempt to fix #4085

git-svn-id: svn://localhost/ardour2/branches/3.0@10616 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-11-15 15:36:35 +00:00
parent 57d2555d3e
commit 4770fea0a2
2 changed files with 2 additions and 2 deletions

View File

@ -372,7 +372,7 @@ def build(bld):
if sys.platform == 'darwin':
obj.use += ' libappleutility'
obj.defines = [
'PACKAGE="gtk2_ardour"',
'PACKAGE="gtk2_ardour3"',
'VERSIONSTRING="' + bld.env['VERSION'] + '"',
'DATA_DIR="' + os.path.normpath(bld.env['DATADIR']) + '"',
'CONFIG_DIR="' + os.path.normpath(bld.env['SYSCONFDIR']) + '"',

View File

@ -88,7 +88,7 @@ def build(bld):
obj.vnum = GTKMM2EXT_LIB_VERSION
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
obj.cxxflags = [
'-DPACKAGE="libgtkmm2ext"',
'-DPACKAGE="libgtkmm2ext3"',
'-DLOCALEDIR="' + os.path.join(
os.path.normpath(bld.env['DATADIR']), 'locale') + '"']
if bld.is_defined('GTKOSX'):