summaryrefslogtreecommitdiffstats
path: root/build/features.py
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2020-04-06 15:02:48 -0500
committerBe <be@mixxx.org>2020-04-06 15:02:48 -0500
commit1072d951a32ec212551255154fff3502cbd7f41d (patch)
tree82b2ad0383ef0b3d9bd0ce62de7a7ca430f884cf /build/features.py
parent6882798655322c17b163979ff190cc775afd1acc (diff)
update hidapi to 0.9.0
The original maintainer of hidapi (signal11) stopped responding to communication for a long time, so hidapi has been forked. It is now hosted by libusb at https://github.com/libusb/hidapi 0.9.0 is the first stable release since the fork.
Diffstat (limited to 'build/features.py')
-rw-r--r--build/features.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/features.py b/build/features.py
index 993d6a2824..b701b9c4fc 100644
--- a/build/features.py
+++ b/build/features.py
@@ -45,7 +45,7 @@ class HSS1394(Feature):
class HID(Feature):
INTERNAL_LINK = False
- HIDAPI_INTERNAL_PATH = 'lib/hidapi-0.8.0-rc1'
+ HIDAPI_INTERNAL_PATH = 'lib/hidapi'
def description(self):
return "HID controller support"
@@ -707,7 +707,7 @@ class LiveBroadcasting(Feature):
# https://bugs.launchpad.net/mixxx/+bug/1833225
if not conf.CheckForPKG('shout', '2.4.4'):
self.INTERNAL_LINK = True
-
+
if not self.INTERNAL_LINK:
self.INTERNAL_LINK = not conf.CheckLib(['libshout', 'shout'])