summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/build4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index f5c5e2d6dd..17bdfb2cc7 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -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