summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-02-15 19:42:34 +0100
committerRobin Gareus <robin@gareus.org>2017-02-15 19:42:51 +0100
commit213cc1d320559c090fd2bc1748e6365382672888 (patch)
tree329eaab6133129d46d9d0f2cd9e50c74ad240cd5 /tools
parent32248b755ba874eef55a59a66a94de2ee58a4ad9 (diff)
Allow bundling suil/qt4,5 using system-wide QT
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index a08e420d05..39655a78ff 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -520,6 +520,7 @@ while [ true ] ; do
# 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
# 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}'`