summaryrefslogtreecommitdiff
path: root/gtk2_ardour/main.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-05-24 01:43:58 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-05-24 01:43:58 +0000
commit59d3cc258be80888bf03c6971d343fc71b48363e (patch)
treeba618a81adb7599c285a89a4ed5256ee21e96f33 /gtk2_ardour/main.cc
parentb99131f21e356d307df12230d85b0eccc02d0203 (diff)
tweaks to packaging to make SUIL (and thus LV2 UI's) work
git-svn-id: svn://localhost/ardour2/branches/3.0@12413 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/main.cc')
-rw-r--r--gtk2_ardour/main.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/gtk2_ardour/main.cc b/gtk2_ardour/main.cc
index 284192ede2..463fb70482 100644
--- a/gtk2_ardour/main.cc
+++ b/gtk2_ardour/main.cc
@@ -182,7 +182,8 @@ fixup_bundle_environment (int, char* [])
export_search_path (dir_path, "ARDOUR_INSTANT_XML_PATH", "/../Resources");
export_search_path (dir_path, "LADSPA_PATH", "/../Plugins");
- export_search_path (dir_path, "VAMP_PATH", "/../Frameworks");
+ export_search_path (dir_path, "VAMP_PATH", "/../lib");
+ export_search_path (dir_path, "SUIL_MODULE_DIR", "/../lib");
path = dir_path;
path += "/../lib/clearlooks";
@@ -262,7 +263,7 @@ fixup_bundle_environment (int, char* [])
// JACK driver dir
path = dir_path;
- path += "/../Frameworks";
+ path += "/../lib";
setenv ("JACK_DRIVER_DIR", path.c_str(), 1);
}
@@ -298,6 +299,7 @@ fixup_bundle_environment (int /*argc*/, char* argv[])
export_search_path (dir_path, "LADSPA_PATH", "/../plugins");
export_search_path (dir_path, "VAMP_PATH", "/lib");
+ export_search_path (dir_path, "SUIL_MODULE_DIR", "/lib");
path = dir_path;
path += "/lib/clearlooks";