libusb: add a missing dependency
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Jun 2012 22:46:28 +0000 (22:46 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Jun 2012 22:46:28 +0000 (22:46 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32224 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/libusb/Makefile

index 4a55f9a..2f4e229 100644 (file)
@@ -25,6 +25,7 @@ define Package/libusb
   CATEGORY:=Libraries
   TITLE:=A library for accessing Linux USB devices
   URL:=http://libusb.sourceforge.net/
+  DEPENDS:=+libstdcpp
 endef
 
 define Build/Configure