From: nbd Date: Mon, 11 Jun 2012 22:46:28 +0000 (+0000) Subject: libusb: add a missing dependency X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=4f27cb367d7528fb4db93bfbf0a37bc4b5fae908;p=packages.git libusb: add a missing dependency git-svn-id: svn://svn.openwrt.org/openwrt/packages@32224 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/libusb/Makefile b/libs/libusb/Makefile index 4a55f9a55..2f4e229a5 100644 --- a/libs/libusb/Makefile +++ b/libs/libusb/Makefile @@ -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