Merge branch 'ardour'
This commit is contained in:
commit
49cd23978b
@ -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…
Reference in New Issue
Block a user