mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
src-tree cleanup: separate surfaces from libraries
libardourcp and now libardour_midisurface are not control surfaces, but helper libraries for those. They need to be deployed to the library folder (shared between ctrl surfaces) and not scanned as ctrl surfaces at runtime.
This commit is contained in:
parent
22007bf882
commit
d521c2ede6
20 changed files with 8 additions and 11 deletions
|
|
@ -353,7 +353,7 @@ cp $GTKSTACK_ROOT/lib/gtk-2.0/2.10.0/engines/libpixmap.so $Libraries
|
|||
|
||||
# Control Surfaces
|
||||
cp $BUILD_ROOT/libs/surfaces/*/libardour_*.so* $Surfaces
|
||||
cp $BUILD_ROOT/libs/surfaces/control_protocol/libardourcp.so* $Libraries
|
||||
cp $BUILD_ROOT/libs/ctrl-interface/*/libardour_*.so* $Libraries
|
||||
|
||||
# MidiMaps
|
||||
# got to be careful with names here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue