package/tmux: bump to version 3.5a
For change log, see [1]. This commit adds the dependency to host-bison, which is needed since upstream commit [2], included since version 3.4. The optional dependency to jemalloc is also added, introduced since upstream commit [3], included since version 3.5. [1] https://github.com/tmux/tmux/blob/3.5a/CHANGES [2]00812c9053[3]3c2621b41bSigned-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
55718ca3cf
commit
19c43de34f
@@ -1,3 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 e4fd347843bd0772c4f48d6dde625b0b109b7a380ff15db21e97c11a4dcdf93f tmux-3.3a.tar.gz
|
||||
sha256 16216bd0877170dfcc64157085ba9013610b12b082548c7c9542cc0103198951 tmux-3.5a.tar.gz
|
||||
sha256 c031bd37f464c534277814f6aa38686fa023d094261d57fd2545ad592bb53ccd COPYING
|
||||
|
||||
@@ -4,12 +4,19 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TMUX_VERSION = 3.3a
|
||||
TMUX_VERSION = 3.5a
|
||||
TMUX_SITE = https://github.com/tmux/tmux/releases/download/$(TMUX_VERSION)
|
||||
TMUX_LICENSE = ISC
|
||||
TMUX_LICENSE_FILES = COPYING
|
||||
TMUX_CPE_ID_VALID = YES
|
||||
TMUX_DEPENDENCIES = libevent ncurses host-pkgconf
|
||||
TMUX_DEPENDENCIES = host-bison libevent ncurses host-pkgconf
|
||||
|
||||
ifeq ($(BR2_PACKAGE_JEMALLOC),y)
|
||||
TMUX_DEPENDENCIES += jemalloc
|
||||
TMUX_CONF_OPTS += --enable-jemalloc
|
||||
else
|
||||
TMUX_CONF_OPTS += --disable-jemalloc
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SYSTEMD),y)
|
||||
TMUX_DEPENDENCIES += systemd
|
||||
|
||||
Reference in New Issue
Block a user