Bump buildroot to 2019.02
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NCURSES_VERSION = 6.0
|
||||
NCURSES_VERSION = 6.1
|
||||
NCURSES_SITE = $(BR2_GNU_MIRROR)/ncurses
|
||||
NCURSES_INSTALL_STAGING = YES
|
||||
NCURSES_DEPENDENCIES = host-ncurses
|
||||
@@ -25,6 +25,7 @@ NCURSES_CONF_OPTS = \
|
||||
--enable-const \
|
||||
--enable-overwrite \
|
||||
--enable-pc-files \
|
||||
--disable-stripping \
|
||||
--with-pkg-config-libdir="/usr/lib/pkgconfig" \
|
||||
$(if $(BR2_PACKAGE_NCURSES_TARGET_PROGS),,--without-progs) \
|
||||
--without-manpages
|
||||
@@ -63,7 +64,8 @@ NCURSES_TERMINFO_FILES = \
|
||||
x/xterm+256color \
|
||||
x/xterm-256color \
|
||||
x/xterm-color \
|
||||
x/xterm-xfree86
|
||||
x/xterm-xfree86 \
|
||||
$(call qstrip,$(BR2_PACKAGE_NCURSES_ADDITIONAL_TERMINFO))
|
||||
|
||||
ifeq ($(BR2_PACKAGE_NCURSES_WCHAR),y)
|
||||
NCURSES_CONF_OPTS += --enable-widec
|
||||
|
||||
Reference in New Issue
Block a user