Merge pull request #13164 from neheb/gpho

libgphoto2: add missing INTL_DEPENDS
This commit is contained in:
Rosen Penev 2020-08-21 00:56:24 -07:00 committed by GitHub
commit 9fe6e7c31e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libgphoto2 PKG_NAME:=libgphoto2
PKG_VERSION:=2.5.25 PKG_VERSION:=2.5.25
PKG_RELEASE:=1 PKG_RELEASE:=2
PORT_VERSION:=0.12.0 PORT_VERSION:=0.12.0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
@ -37,7 +37,7 @@ endef
define Package/libgphoto2 define Package/libgphoto2
$(call Package/libgphoto2/Default) $(call Package/libgphoto2/Default)
DEPENDS:=+libpthread +libltdl +libusb-compat +libusb-1.0 $(ICONV_DEPENDS) DEPENDS:=+libpthread +libltdl +libusb-compat +libusb-1.0 $(ICONV_DEPENDS) $(INTL_DEPENDS)
TITLE:=The basic library of the gphoto2 program, version $(PKG_VERSION). TITLE:=The basic library of the gphoto2 program, version $(PKG_VERSION).
MENU:=1 MENU:=1
endef endef