From 7364e6cf200c46045249ce6c1ea35010d7fc90cf Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 16 May 2016 14:42:19 +0200 Subject: Mixbus32 and 32C packaging --- tools/linux_packaging/build | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'tools/linux_packaging/build') diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index 9c451d9ffc..2f6817325a 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -67,6 +67,18 @@ while [ $# -gt 0 ] ; do VENDOR=Harrison ; EXENAME=mixbus ; shift ;; + --mixbus32c) + MIXBUS=1; + WITH_HARRISON_LV2=1 ; + WITH_X42_LV2=1 ; + WITH_NLS=1 ; + WITH_LADSPA=; + STRIP=all + APPNAME=Mixbus32C ; + VENDOR=Harrison ; + EXENAME=mixbus32c ; + major_version="" + shift ;; --public) WITH_NLS=1 ; WITH_LADSPA=; -- cgit v1.2.3