include XT* plugins with Ardour bundles and x42 on OSX/Win

This commit is contained in:
Robin Gareus 2016-08-02 13:46:41 +02:00
parent 3cda7bcbfb
commit 34290320f6
3 changed files with 6 additions and 0 deletions

View File

@ -80,6 +80,7 @@ while [ $# -gt 0 ] ; do
major_version=""
shift ;;
--public)
WITH_HARRISON_LV2=1 ;
WITH_NLS=1 ;
WITH_LADSPA=;
STRIP=all ;

View File

@ -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 ;;

View File

@ -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"