mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Unify build-system customization (Ardour/Mixbus)
This commit is contained in:
parent
25eb8ca593
commit
e0e5ee0b44
5 changed files with 25 additions and 4 deletions
|
|
@ -187,6 +187,7 @@ Backends=$APPLIB/backends
|
|||
Themes=$Shared/themes
|
||||
Templates=$Shared/templates
|
||||
PluginMetadata=$Shared/plugin_metadata
|
||||
MixerSettings=$Shared/mixer_settings
|
||||
ExportFormats=$Shared/export
|
||||
Locale=$Shared/locale
|
||||
MidiMaps=$Shared/midi_maps
|
||||
|
|
@ -398,6 +399,12 @@ for x in $BUILD_ROOT/../osc/*.preset ; do
|
|||
cp "$x" $OSC
|
||||
done
|
||||
|
||||
# Mixbus MixerSettings (if any)
|
||||
for x in $BUILD_ROOT/../mixer_settings/*.lua ; do
|
||||
mkdir -p $MixerSettings # create on demand
|
||||
cp "$x" $MixerSettings
|
||||
done
|
||||
|
||||
#Session templates
|
||||
cp -av $BUILD_ROOT/../templates $Templates
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue