From a0d81d530e2b4055cbbe06e7b1d1e4b421c74140 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 11 Jun 2012 23:30:21 +0000 Subject: [PATCH] libusb-1.0: add missing dependencies git-svn-id: svn://svn.openwrt.org/openwrt/packages@32236 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libusb-1.0/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/libusb-1.0/Makefile b/libs/libusb-1.0/Makefile index 071a0fa6c..859b51845 100644 --- a/libs/libusb-1.0/Makefile +++ b/libs/libusb-1.0/Makefile @@ -22,6 +22,7 @@ define Package/libusb-1.0 SECTION:=libs CATEGORY:=Libraries TITLE:=libusb-1.0 + DEPENDS:=+libpthread +librt URL:=http://libusb.wiki.sourceforge.net/ endef