Allow bundling suil/qt4,5 using system-wide QT
authorRobin Gareus <robin@gareus.org>
Wed, 15 Feb 2017 18:42:34 +0000 (19:42 +0100)
committerRobin Gareus <robin@gareus.org>
Wed, 15 Feb 2017 18:42:51 +0000 (19:42 +0100)
tools/linux_packaging/build

index a08e420d05a16b342549a9e12024a284b55f9cda..39655a78ff4961f667542a00b5887df45db163ed 100755 (executable)
@@ -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}'`