From 0d82f802b7c97ae9da2883750ea7e2f3aa633d8a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 23 May 2012 13:51:48 +0000 Subject: [PATCH] try fixing borkage caused by excluding more libs git-svn-id: svn://localhost/ardour2/branches/3.0@12388 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/linux_packaging/build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index 68ebb04ec6..fa7bf6066f 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -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 -- 2.30.2