summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-03-09 15:12:27 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-03-09 15:12:27 +0000
commit25eb9f406960aa8e36ccd90e2cd4397f372bd0fa (patch)
tree308d59b4861dc5cfcacc3554a0d1614f67a005f4 /gtk2_ardour
parent4e31d99e10a5b824f5d7db3ebe3fa610125f5139 (diff)
use lucida grande for clocks with all OS X versions, BUT BETTER
git-svn-id: svn://localhost/ardour2/branches/3.0@14201 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/wscript26
1 files changed, 13 insertions, 13 deletions
diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript
index 42506915db..8b6b49f8b0 100644
--- a/gtk2_ardour/wscript
+++ b/gtk2_ardour/wscript
@@ -512,19 +512,19 @@ def build(bld):
'HUGER' : '36',
'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 on those versions to load TTF files that will work with
- # GTK/fontconfig/pango.
- #
- # In addition, the ArdourMono font gets clipped for some reason on OS X
- #
- # Moreover, Lucida Grande just seems to work even though it is not monospace
- # so just use it.
- #
- font_names = {
- 'MONOSPACE' : 'Lucida Grande',
- }
+
+ # There is no acceptable monospace font available on older versions of OS X
+ # and no API on those versions to load TTF files that will work with
+ # GTK/fontconfig/pango.
+ #
+ # In addition, the ArdourMono font gets clipped for some reason on OS X
+ #
+ # Moreover, Lucida Grande just seems to work even though it is not monospace
+ # so just use it.
+ #
+ font_names = {
+ 'MONOSPACE' : 'Lucida Grande',
+ }
else: # Linux/X11 fonts
basefont = '' # unspecified - use system defaults
font_sizes = {