Include hidapi library

This commit is contained in:
Robin Gareus 2016-10-23 22:53:10 +02:00
parent 57d1f68cd6
commit c78824aef5
8 changed files with 3318 additions and 4 deletions

View file

@ -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