summaryrefslogtreecommitdiff
path: root/pkg/libusb/gen.lua
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2018-11-03 01:23:59 -0700
committerMichael Forney <mforney@mforney.org>2018-11-03 01:23:59 -0700
commit96a56c95010bd62c02bffd2e1cbb0e84dece8f37 (patch)
treee9225763313fa84d290f6894e3d26defe3b7a79f /pkg/libusb/gen.lua
parent69124d0baaf866063db65cdae56673067fcce973 (diff)
Remove unused libusb
This was added for ccid and pcsc, but I never quite finished those up. So, remove it for now. We can always revert if we need it again.
Diffstat (limited to 'pkg/libusb/gen.lua')
-rw-r--r--pkg/libusb/gen.lua13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkg/libusb/gen.lua b/pkg/libusb/gen.lua
deleted file mode 100644
index 0267cbcc..00000000
--- a/pkg/libusb/gen.lua
+++ /dev/null
@@ -1,13 +0,0 @@
-cflags{
- '-I $dir',
- '-I $srcdir/libusb',
-}
-
-pkg.hdrs = copy('$outdir/include', '$srcdir/libusb', {'libusb.h'})
-
-lib('libusb-1.0.a', [[libusb/(
- core.c descriptor.c hotplug.c io.c strerror.c sync.c
- os/(poll_posix.c threads_posix.c linux_usbfs.c linux_netlink.c)
-)]])
-
-fetch 'git'