mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
Mixbus32 and 32C packaging
This commit is contained in:
parent
1b570d9886
commit
7364e6cf20
4 changed files with 58 additions and 15 deletions
|
|
@ -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=;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue