try fixing borkage caused by excluding more libs
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 23 May 2012 13:51:48 +0000 (13:51 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 23 May 2012 13:51:48 +0000 (13:51 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@12388 d708f5d6-7413-0410-9779-e7cbd77b26cf

tools/linux_packaging/build

index 68ebb04ec62939573ccef895e0baada85ce356be..fa7bf6066fdc821c2e3379543da119f30711b193 100755 (executable)
@@ -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