summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-05-23 14:06:43 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-05-23 14:06:43 +0000
commit47dabb7026ecc160e99a2c1394275f9be72ad53c (patch)
treee24dd6a5f128a71704b1caf14493fd5bbbb972b5 /tools
parent0d82f802b7c97ae9da2883750ea7e2f3aa633d8a (diff)
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
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/build1
1 files changed, 1 insertions, 0 deletions
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