summaryrefslogtreecommitdiff
path: root/gtk2_ardour/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/wscript')
-rw-r--r--gtk2_ardour/wscript9
1 files changed, 9 insertions, 0 deletions
diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript
index c63524d914..a2d75c3c68 100644
--- a/gtk2_ardour/wscript
+++ b/gtk2_ardour/wscript
@@ -822,6 +822,7 @@ def build(bld):
key = font_sym
font_subst_dict[key] = text
+ font_subst_dict['FONTFAMILY'] = ''
# RC file
obj = bld(features = 'subst')
@@ -830,6 +831,14 @@ def build(bld):
obj.install_path = bld.env['CONFDIR']
set_subst_dict(obj, font_subst_dict)
+ font_subst_dict['FONTFAMILY'] = 'ArdourSans'
+
+ obj = bld(features = 'subst')
+ obj.source = [ 'clearlooks.rc.in' ]
+ obj.target = 'clearlooks.ardoursans.rc'
+ obj.install_path = bld.env['CONFDIR']
+ set_subst_dict(obj, font_subst_dict)
+
obj = bld(features = 'subst')
obj.source = [ 'default_ui_config.in' ]
obj.target = 'default_ui_config'