spice: add nls.mk
authorRosen Penev <redacted>
Sun, 19 Apr 2020 21:40:48 +0000 (14:40 -0700)
committerRosen Penev <redacted>
Fri, 24 Jul 2020 02:00:05 +0000 (19:00 -0700)
Needs it for uClibc-ng as a result of the glib2 change.

Signed-off-by: Rosen Penev <redacted>
libs/spice/Makefile

index e2e3d49772c012e00f00501b292d60a74699b477..888c2cfbdeb306d350d41da9b5c173eeb98666f7 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=spice
 PKG_VERSION:=0.14.3
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://www.spice-space.org/download/releases/spice-server
 PKG_HASH:=551d4be4a07667cf0543f3c895beb6da8a93ef5a9829f2ae47817be5e616a114
@@ -22,6 +22,7 @@ PKG_FIXUP:=autoreconf
 PKG_BUILD_DEPENDS+=spice-protocol
 
 include $(INCLUDE_DIR)/package.mk
+include $(INCLUDE_DIR)/nls.mk
 
 define Package/libspice-server
   SECTION:=libs
git clone https://git.99rst.org/PROJECT