mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +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
|
|
@ -451,6 +451,9 @@ while [ true ] ; do
|
||||||
done
|
done
|
||||||
depCheckedList[$checkIdx]=$file
|
depCheckedList[$checkIdx]=$file
|
||||||
checkIdx=$(($checkIdx + 1))
|
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
|
# do not include libjack
|
||||||
deps=`LD_LIBRARY_PATH=$OURLIBS${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} ldd $file | awk '{print $3}'`
|
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