summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-11-30 05:23:30 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-11-30 05:23:30 +0000
commitff519d31b43251d0e5cea6c992a6dbc6dd0b90ba (patch)
tree6d122c58197c90dcd991bd631234548ec264fc08 /tools
parent8dc368badd835faf08c86c8a377c4df2a9d4f596 (diff)
new shuffle-splice mode; fix editormode selectors lacking text at startup; default smpte format in ardour.rc.in; turn off cd marker visibility by default in ardour.rc.in; replace another instance of "Audio Frames" with "Samples"
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2729 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/osx_packaging/osx_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index cb4141de16..346050031c 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -91,6 +91,7 @@ if test x$WITH_JACK != x ; then
cp /usr/local/lib/jack/jack_coreaudio.so $Frameworks
cp /usr/local/bin/jackd $APPROOT/MacOS
fi
+cp ../../gtk2_ardour/evtest $APPROOT/MacOS/gtkevents
cp -R $GTKQUARTZ_ROOT/etc/* $Etc
echo "Copying all Pango modules ..."
@@ -180,7 +181,7 @@ done
# now fix up the executables
echo "Fixing up executable dependency names ..."
-executables=Ardour2
+executables="Ardour2 gtkevents"
if test x$WITH_JACK != x ; then
executables="$executables jackd"
fi