add libltdl dependency to libgphoto2 now that the built-in one is disabled
authorFelix Fietkau <nbd@openwrt.org>
Tue, 3 Oct 2006 19:26:26 +0000 (19:26 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 3 Oct 2006 19:26:26 +0000 (19:26 +0000)
SVN-Revision: 4902

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