mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
on linux, build ALSA backend as part of binary bundle, but don't include libdbus in bundle
This commit is contained in:
parent
5af31dfb0b
commit
8079b21d9a
2 changed files with 3 additions and 1 deletions
|
|
@ -473,6 +473,8 @@ while [ true ] ; do
|
|||
if echo $dep | grep -qs 'libc\.' ; then continue; fi
|
||||
# don't include libstdc++
|
||||
if echo $dep | grep -qs libstdc++ ; then continue; fi
|
||||
# don't include libdbus
|
||||
if echo $dep | grep -qs libdbus ; then continue; fi
|
||||
|
||||
base=`basename $dep`
|
||||
if ! test -f $Libraries/$base; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue