From 47dabb7026ecc160e99a2c1394275f9be72ad53c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 23 May 2012 14:06:43 +0000 Subject: [PATCH] try fixing borkage caused by excluding more libs, part 2 git-svn-id: svn://localhost/ardour2/branches/3.0@12389 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/linux_packaging/build | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index fa7bf6066f..b930977bba 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -558,6 +558,7 @@ while [ true ] ; do # 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 libSM\. ; then continue; fi # don't include libc if echo $dep | grep -qs 'libc\.' ; then continue; fi