summaryrefslogtreecommitdiff
path: root/gtk2_ardour/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-03-09 14:01:48 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-03-09 14:01:48 +0000
commit30938c1dcfeeb1679b6cbd8872b05030de83e223 (patch)
tree2f26656eb4dc99f02d0773f0c1a38044b7712117 /gtk2_ardour/wscript
parent14f4e235a96decf5016adf2acc1f8c7cc93b74e9 (diff)
attempted further rationalization of clock font issues (especially fr OS X
git-svn-id: svn://localhost/ardour2/branches/3.0@14199 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/wscript')
-rw-r--r--gtk2_ardour/wscript5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript
index 39bc67be43..1b5a72daa4 100644
--- a/gtk2_ardour/wscript
+++ b/gtk2_ardour/wscript
@@ -513,8 +513,11 @@ def build(bld):
'MASSIVE' : '60',
}
if bld.env['build_target'] == 'tiger' or bld.env['build_target'] == 'leopard' :
+ # There is no acceptable monospace font available on older versions of OS X
+ # and no API to load TTF files that will work with GTK/fontconfig/pango.
+ # Fall back on a font that works, even though it is not monospace
font_names = {
- 'MONOSPACE' : 'Lucida Sans Typewriter',
+ 'MONOSPACE' : 'Lucida Grande',
}
else:
font_names = {