add libltdl dependency to libgphoto2 now that the built-in one is disabled

git-svn-id: svn://svn.openwrt.org/openwrt/packages@4902 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-10-03 19:26:26 +00:00
parent 3ab87593e9
commit ee0e6c37de

View 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