libusb: add a missing dependency
authorFelix Fietkau <nbd@openwrt.org>
Mon, 11 Jun 2012 22:46:28 +0000 (22:46 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 11 Jun 2012 22:46:28 +0000 (22:46 +0000)
SVN-Revision: 32224

libs/libusb/Makefile

index 4a55f9a5593da57d4f6542fb41edfe55e1e0fe53..2f4e229a5d178962a6ddfc10ac44647eb92778c2 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