summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorNick Mainsbridge <beatroute@iprimus.com.au>2008-11-04 07:30:55 +0000
committerNick Mainsbridge <beatroute@iprimus.com.au>2008-11-04 07:30:55 +0000
commit09581e07d3cc7eaad2bd03047176ba5e7dc9f62a (patch)
treecfecd9f20ad48cfdac8561cb278947489f97c527 /tools
parent5b25697c28af53495484ba18dd6fa5c46155949d (diff)
Infrastructure for customized SAE ui themes. Some performance improvements for osx-visible momentary solo gui glitches, allow solo all even when solo not latched (see comments).
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4093 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/osx_packaging/osx_build3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index cfbc070f60..f1d2f43309 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -88,6 +88,7 @@ if test x$SAE != x ; then
#
env="$env<key>ARDOUR_KEYBOARD_LAYOUT</key><string>de</string>"
env="$env<key>ARDOUR_UI_CONF</key><string>ardour2_ui_sae.conf</string>"
+ env="$env<key>ARDOUR2_UI_RC</key><string>ardour2_ui_dark_sae.rc</string>"
fi
#
@@ -216,6 +217,8 @@ cp ../../gtk2_ardour/ardour2_ui_sae.conf $Resources
cp ../../gtk2_ardour/ardour2_ui_default.conf $Resources
cp ../../gtk2_ardour/ardour2_ui_light.rc $Resources
cp ../../gtk2_ardour/ardour2_ui_dark.rc $Resources
+cp ../../gtk2_ardour/ardour2_ui_light_sae.rc $Resources
+cp ../../gtk2_ardour/ardour2_ui_dark_sae.rc $Resources
cp -r ../../gtk2_ardour/icons $Resources
cp -r ../../gtk2_ardour/pixmaps $Resources