mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
parent
ac004eee70
commit
3ce07580cb
3 changed files with 2 additions and 3 deletions
|
|
@ -74,7 +74,6 @@ while [ $# -gt 0 ] ; do
|
||||||
STRIP=all ;
|
STRIP=all ;
|
||||||
WITH_NLS=1 ;
|
WITH_NLS=1 ;
|
||||||
APPNAME=LiveTrax ;
|
APPNAME=LiveTrax ;
|
||||||
WITHOUT_GMSYNYTH=1 ;
|
|
||||||
shift ;;
|
shift ;;
|
||||||
--public)
|
--public)
|
||||||
WITH_HARRISON_LV2=1 ;
|
WITH_HARRISON_LV2=1 ;
|
||||||
|
|
|
||||||
|
|
@ -741,7 +741,7 @@ fi
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
### Mixbus plugins, etc
|
### Mixbus plugins, etc
|
||||||
if test x$WITH_GMSYNYTH != x ; then
|
if test x$WITH_GMSYNTH != x ; then
|
||||||
echo "Bundling General MIDI Synth LV2"
|
echo "Bundling General MIDI Synth LV2"
|
||||||
mkdir -p "${PRODUCT_PKG_DIR}/${APPROOT}/lib/LV2"
|
mkdir -p "${PRODUCT_PKG_DIR}/${APPROOT}/lib/LV2"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -303,7 +303,7 @@ fi
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
### Mixbus plugins, etc
|
### Mixbus plugins, etc
|
||||||
if test x$WITH_GMSYNYTH != x ; then
|
if test x$WITH_GMSYNTH != x ; then
|
||||||
mkdir -p $ALIBDIR/LV2
|
mkdir -p $ALIBDIR/LV2
|
||||||
|
|
||||||
echo "Adding General MIDI Synth LV2"
|
echo "Adding General MIDI Synth LV2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue