summaryrefslogtreecommitdiff
path: root/vst
diff options
context:
space:
mode:
authorSampo Savolainen <v2@iki.fi>2007-01-13 13:14:39 +0000
committerSampo Savolainen <v2@iki.fi>2007-01-13 13:14:39 +0000
commitccd5d3df08db6eed48417e2560c1f3e1e96bc10c (patch)
tree2653175f3ebf8c00e56c0d5a58e4556104018c0e /vst
parente98fee9e39d404f8dafe00457aa44d65afe3c619 (diff)
Make internal clearlooks work for VST enabled Ardour
git-svn-id: svn://localhost/ardour2/trunk@1319 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'vst')
-rw-r--r--vst/ardourvst.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/vst/ardourvst.in b/vst/ardourvst.in
index 8297e1870b..2accc5cfb9 100644
--- a/vst/ardourvst.in
+++ b/vst/ardourvst.in
@@ -4,5 +4,7 @@
# but somehow scons puts leading /'s on INSTALL_PREFIX and that causes
# wine to be unable to find the .exe.so file
+export GTK_PATH=%PREFIX%/lib/ardour2:$GTK_PATH
+
LD_LIBRARY_PATH=%PREFIX%/lib/ardour2:$LD_LIBRARY_PATH exec wine %PREFIX%/lib/ardour2/ardour_vst.exe.so "$@"