use lucida grande for clocks with all OS X versions, BUT BETTER
authorPaul Davis <paul@linuxaudiosystems.com>
Sat, 9 Mar 2013 15:12:27 +0000 (15:12 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 9 Mar 2013 15:12:27 +0000 (15:12 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@14201 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/wscript

index 42506915db18aef842f920c1d8a5a165d797d17c..8b6b49f8b05860e15afce9b7201d2659c7436791 100644 (file)
@@ -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 = {