add libltdl dependency to libgphoto2 now that the built-in one is disabled
[openwrt/svn-archive/archive.git] / libs / libgphoto2 / Makefile
index 227f0e688309c19fee9e24aeaf34f62ef282cadc..f0afc4314daca48e985025c9143f27a2cb5829ac 100644 (file)
@@ -31,7 +31,7 @@ endef
 
 define Package/libgphoto2
   $(call Package/libgphoto2/Default)
-  DEPENDS:=+libusb +libexif +libjpeg +libpthread
+  DEPENDS:=+libusb +libexif +libjpeg +libpthread +libltdl
   TITLE:=The basic library of the gphoto2 program.
   MENU:=1
 endef