From eba5f0d2e1bd615721d5950f235f9e2fe7f4ec62 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 16 Feb 2017 16:08:33 +0100 Subject: Better solution 213cc1d32 --- tools/linux_packaging/build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index 39655a78ff..ede766e495 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -519,8 +519,7 @@ while [ true ] ; do checkIdx=$(($checkIdx + 1)) # ignore suil/qt wrappers - the plugin will pull in QT4. - if echo $file | grep -qs 'libsuil_.*qt4' ; then continue; fi - if echo $file | grep -qs 'libsuil_.*qt5' ; then continue; fi + if echo $file | grep -qs 'libsuil_.*qt[45]' ; then continue; fi # do not include libjack, nor libwine deps=`LD_LIBRARY_PATH=$OURLIBS${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} ldd $file | grep -v libwine.so | awk '{print $3}'` -- cgit v1.2.3