specify ARDOUR_CONTROL_SURFACES_PATH when running ./ardev and cousins, so that we find current control surfaces, not installed ones or none at all

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13206 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-10-04 20:13:32 +00:00
parent 83c2127935
commit ed9210b236
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@ cd `dirname "$0"`/..
export ARDOUR_PATH=gtk2_ardour/icons:gtk2_ardour/pixmaps:gtk2_ardour:.
export ARDOUR_DATA_PATH=gtk2_ardour:.
for s in libs/surfaces/* ; do
export ARDOUR_CONTROL_SURFACE_PATH=$s${ARDOUR_CONTROL_SURFACE_PATH:+:$ARDOUR_CONTROL_SURFACE_PATH}
done
if test -d $HOME/gtk/inst ; then
echo USING NEW CLEARLOOKS
export GTK_PATH=~/.ardour2:libs/clearlooks-newer