From fb552c43ebd5341c170e338f75e2fe168d00af2f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 19 Aug 2015 09:40:44 +0300 Subject: [PATCH] Add back hidapi and include libudev-dev (pinging @borsboom) --- build-constraints.yaml | 3 +-- debian-bootstrap.sh | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e8dcb344..71181b41 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1296,8 +1296,7 @@ packages: - GLFW-b "Niklas Hambüchen mail@nh2.me @nh2": - # Temporary: missing C library - # - hidapi + - hidapi - iso8601-time "Stackage upper bounds": diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 07a76746..5f6fd1f7 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -59,6 +59,7 @@ apt-get install -y \ libhidapi-dev \ libzmq3-dev \ libmagic-dev \ + libudev-dev \ libpcap0.8-dev mkdir /tmp/nettle-build