mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
try fixing borkage caused by excluding more libs
git-svn-id: svn://localhost/ardour2/branches/3.0@12388 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
65574fb7b7
commit
0d82f802b7
1 changed files with 1 additions and 2 deletions
|
|
@ -557,8 +557,7 @@ while [ true ] ; do
|
|||
if echo $dep | grep -qs libasound ; then continue; fi
|
||||
# don't include any X Window libraries
|
||||
if echo $dep | grep -qs libX\. ; then continue; fi
|
||||
if echo $dep | grep -qs libxcb- ; then continue; fi
|
||||
if echo $dep | grep -qs libICE\. ; then continue; fi
|
||||
if echo $dep | grep -qs libxcb ; then continue; fi
|
||||
if echo $dep | grep -qs libSM\. ; then continue; fi
|
||||
# don't include libc
|
||||
if echo $dep | grep -qs 'libc\.' ; then continue; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue