summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-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 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}'`