From c78824aef510258545a04b477463b86be1fe55bd Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 23 Oct 2016 22:53:10 +0200 Subject: Include hidapi library --- tools/linux_packaging/build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools/linux_packaging/build') 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 -- cgit v1.2.3