From: nbd Date: Tue, 3 Oct 2006 19:26:26 +0000 (+0000) Subject: add libltdl dependency to libgphoto2 now that the built-in one is disabled X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=ee0e6c37de7fb06a5c7584a169150c33a104c0e8;p=packages.git 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 --- diff --git a/libs/libgphoto2/Makefile b/libs/libgphoto2/Makefile index 227f0e688..f0afc4314 100644 --- a/libs/libgphoto2/Makefile +++ b/libs/libgphoto2/Makefile @@ -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