diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-04-19 14:40:48 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-07-23 19:00:05 -0700 |
commit | 91a58e29ef5eeaa8aafd75f1159b8491b39b48cc (patch) | |
tree | 8e119c46b2faa9bced1d15aebe8056e3d647bece /libs/spice | |
parent | ff1692b9834047946f6497f7d19e03aa4b19180c (diff) |
spice: add nls.mk
Needs it for uClibc-ng as a result of the glib2 change.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/spice')
-rw-r--r-- | libs/spice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/spice/Makefile b/libs/spice/Makefile index e2e3d4977..888c2cfbd 100644 --- a/libs/spice/Makefile +++ b/libs/spice/Makefile @@ -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 |