add libltdl dependency to libgphoto2 now that the built-in one is disabled
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 3 Oct 2006 19:26:26 +0000 (19:26 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 3 Oct 2006 19:26:26 +0000 (19:26 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4902 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/libgphoto2/Makefile

index 227f0e6..f0afc43 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