From 96a56c95010bd62c02bffd2e1cbb0e84dece8f37 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sat, 3 Nov 2018 01:23:59 -0700 Subject: 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. --- pkg/libusb/gen.lua | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 pkg/libusb/gen.lua (limited to 'pkg/libusb/gen.lua') 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' -- cgit v1.2.3