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