mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Include hidapi library
This commit is contained in:
parent
57d1f68cd6
commit
c78824aef5
8 changed files with 3318 additions and 4 deletions
|
|
@ -554,8 +554,10 @@ while [ true ] ; do
|
|||
if echo $dep | grep -qs 'libc\.' ; then continue; fi
|
||||
# don't include libstdc++
|
||||
if echo $dep | grep -qs libstdc++ ; then continue; fi
|
||||
# don't include libdbus
|
||||
# don't include libdbus (alsa request device)
|
||||
if echo $dep | grep -qs libdbus ; then continue; fi
|
||||
# nor libudev (hidapi)
|
||||
if echo $dep | grep -qs libudev ; then continue; fi
|
||||
|
||||
base=`basename $dep`
|
||||
if ! test -f $Libraries/$base; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue