mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
add lv2core to bundles
The ontology is needed for plugin classification.
This commit is contained in:
parent
9f93df0313
commit
bc3f606e16
3 changed files with 20 additions and 0 deletions
|
|
@ -566,6 +566,13 @@ fi
|
|||
# install bundled LV2s to <app>/lib/LV2/
|
||||
cp -R $BUILD_ROOT/libs/LV2 $APPLIB/
|
||||
|
||||
# lv2 core, classifications etc - TODO check if we need the complete LV2 ontology
|
||||
if test -d $ARDOURSTACK_ROOT/lib/lv2/lv2core.lv2 ; then
|
||||
cp -R $ARDOURSTACK_ROOT/lib/lv2/lv2core.lv2 $APPLIB/LV2/
|
||||
elif test -d $GTKSTACK_ROOT/lib/lv2/lv2core.lv2 ; then
|
||||
cp -R $GTKSTACK_ROOT/lib/lv2/lv2core.lv2 $APPLIB/LV2/
|
||||
fi
|
||||
|
||||
# go through and recursively remove any .svn dirs in the bundle
|
||||
for svndir in `find $APPDIR -name .svn -type d`; do
|
||||
rm -rf $svndir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue