Include hidapi library
[ardour.git] / tools / linux_packaging / build
index f5c5e2d6dd20757d1cf2ee320e24b6e880a3f622..17bdfb2cc70ac33163df0b156835d694e4e306ee 100755 (executable)
@@ -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