libideviceactivation: fix compilation with full NLS
nls.mk is needed. Reported-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
This commit is contained in:
parent
02dd8e3325
commit
c287cbf11e
|
@ -6,7 +6,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libideviceactivation
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/libimobiledevice/libideviceactivation.git
|
||||
|
@ -24,6 +24,7 @@ PKG_INSTALL:=1
|
|||
PKG_BUILD_PARALLEL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/nls.mk
|
||||
|
||||
define Package/libideviceactivation/Default
|
||||
TITLE:=Manage the activation of Apple iOS devices
|
||||
|
|
Loading…
Reference in New Issue