Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XTERM_VERSION = 325
|
||||
XTERM_VERSION = 327
|
||||
XTERM_SOURCE = xterm-$(XTERM_VERSION).tgz
|
||||
XTERM_SITE = http://invisible-mirror.net/archives/xterm
|
||||
XTERM_DEPENDENCIES = ncurses xlib_libXaw host-pkgconf
|
||||
@@ -22,4 +22,11 @@ else
|
||||
XTERM_CONF_OPTS += --disable-freetype
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_XLIB_LIBXINERAMA),y)
|
||||
XTERM_DEPENDENCIES += xlib_libXinerama
|
||||
XTERM_CONF_OPTS += --with-xinerama
|
||||
else
|
||||
XTERM_CONF_OPTS += --without-xinerama
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user