summaryrefslogtreecommitdiff
path: root/tools/linux_packaging
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-05-23 13:51:48 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-05-23 13:51:48 +0000
commit0d82f802b7c97ae9da2883750ea7e2f3aa633d8a (patch)
tree96eee218d17df01a9421699c61dc939ed8f47f50 /tools/linux_packaging
parent65574fb7b7ec1d05d71c5ddf4d4b70c599ff33d8 (diff)
try fixing borkage caused by excluding more libs
git-svn-id: svn://localhost/ardour2/branches/3.0@12388 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools/linux_packaging')
-rwxr-xr-xtools/linux_packaging/build3
1 files changed, 1 insertions, 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