summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-08-02 13:46:41 +0200
committerRobin Gareus <robin@gareus.org>2016-08-02 15:51:54 +0200
commit34290320f6163ef24bb3672c6c79da8474dc63cb (patch)
treefebe06f273923f52215d232f67e1cc2b70072376 /tools
parent3cda7bcbfb441bcd9b0f0f7c56be4d5d73d592f9 (diff)
include XT* plugins with Ardour bundles and x42 on OSX/Win
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/build1
-rwxr-xr-xtools/osx_packaging/osx_build2
-rwxr-xr-xtools/x-win/package.sh3
3 files changed, 6 insertions, 0 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 935f712206..e032dd0796 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -80,6 +80,7 @@ while [ $# -gt 0 ] ; do
major_version=""
shift ;;
--public)
+ WITH_HARRISON_LV2=1 ;
WITH_NLS=1 ;
WITH_LADSPA=;
STRIP=all ;
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index a63f92c4bd..c05e25638e 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -69,6 +69,8 @@ while [ $# -gt 0 ] ; do
--public)
SAE= ;
WITH_LADSPA=1;
+ WITH_HARRISON_LV2=1 ;
+ WITH_X42_LV2=1 ;
PRODUCT_PKG_DIR=Ardour;
APPNAME=Ardour ;
shift ;;
diff --git a/tools/x-win/package.sh b/tools/x-win/package.sh
index 501f8fb1cd..9d878dcf2c 100755
--- a/tools/x-win/package.sh
+++ b/tools/x-win/package.sh
@@ -27,6 +27,9 @@ PROGRAM_VERSION=${major_version}
PRODUCT_NAME=ardour
PRODUCT_VERSION=${major_version}
+WITH_HARRISON_LV2=1 ;
+WITH_X42_LV2=1 ;
+
# TODO: grep from build/config.log instead
while [ $# -gt 0 ] ; do
echo "arg = $1"