From 8f31f814b49a0129997da3f8ff66f34bb7b9865c Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 4 Dec 2019 22:59:51 +0100 Subject: Allow using ArdourSans as optional default font --- gtk2_ardour/wscript | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gtk2_ardour/wscript') 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' -- cgit v1.2.3