From: Rosen Penev Date: Tue, 18 Aug 2020 10:02:24 +0000 (-0700) Subject: libgphoto2: add missing INTL_DEPENDS X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c44775d2e984d122cb37a25c7e30c2eeef352f78;p=openwrt-packages.git libgphoto2: add missing INTL_DEPENDS Signed-off-by: Rosen Penev --- diff --git a/libs/libgphoto2/Makefile b/libs/libgphoto2/Makefile index 269be2873..b59153378 100644 --- a/libs/libgphoto2/Makefile +++ b/libs/libgphoto2/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libgphoto2 PKG_VERSION:=2.5.25 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PORT_VERSION:=0.12.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 @@ -37,7 +37,7 @@ endef define Package/libgphoto2 $(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). MENU:=1 endef