include XT* plugins with Ardour bundles and x42 on OSX/Win
authorRobin Gareus <robin@gareus.org>
Tue, 2 Aug 2016 11:46:41 +0000 (13:46 +0200)
committerRobin Gareus <robin@gareus.org>
Tue, 2 Aug 2016 13:51:54 +0000 (15:51 +0200)
tools/linux_packaging/build
tools/osx_packaging/osx_build
tools/x-win/package.sh

index 935f712206ffdb495915c5b32ee6848c904e4a8f..e032dd0796c210a3663de0300fc18e714727c32b 100755 (executable)
@@ -80,6 +80,7 @@ while [ $# -gt 0 ] ; do
                major_version=""
                shift ;;
        --public)
+               WITH_HARRISON_LV2=1 ;
                WITH_NLS=1 ;
                WITH_LADSPA=;
                STRIP=all ;
index a63f92c4bd8d321f1378ee980acba96771c1465f..c05e25638e728b9f0a2f4da1f9977880733ba9be 100755 (executable)
@@ -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 ;;
index 501f8fb1cdc2eb678f763e590b8d358322b3fa41..9d878dcf2c6408ba86a1973d014436a57e6e484c 100755 (executable)
@@ -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"