mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
linux packaging: ignore QT4 dependency
This commit is contained in:
parent
7a99bc5373
commit
fcecace421
1 changed files with 3 additions and 0 deletions
|
|
@ -452,6 +452,9 @@ while [ true ] ; do
|
|||
depCheckedList[$checkIdx]=$file
|
||||
checkIdx=$(($checkIdx + 1))
|
||||
|
||||
# ignore suil/qt wrappers - the plugin will pull in QT4.
|
||||
if echo $file | grep -qs '^libsuil_.*qt4' ; then continue; fi
|
||||
|
||||
# do not include libjack
|
||||
deps=`LD_LIBRARY_PATH=$OURLIBS${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} ldd $file | awk '{print $3}'`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue