libgphoto2 depends on libusb-compat, not libusb-1.0
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 15 Oct 2013 13:37:32 +0000 (13:37 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 15 Oct 2013 13:37:32 +0000 (13:37 +0000)
Signed-off-by: Bruno Randolf <br1@einfach.org>
SVN-Revision: 38415

libs/libgphoto2/Makefile

index cc45ece1373dd1bf7445668bd842ec9de410f797..bf4f55fa99123a6bf033fc878c65542551525466 100644 (file)
@@ -37,7 +37,7 @@ endef
 
 define Package/libgphoto2-drivers
   $(call Package/libgphoto2/Default)
-  DEPENDS:=libgphoto2 +libusb-1.0 +libgd
+  DEPENDS:=libgphoto2 +libusb-compat +libgd
   TITLE:=Gphoto2 drivers for various cameras
 endef