mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
tmux: add libevent as PKG_DEPENDS_TARGET
This commit is contained in:
@@ -7,6 +7,6 @@ PKG_SHA256="16216bd0877170dfcc64157085ba9013610b12b082548c7c9542cc0103198951"
|
||||
PKG_LICENSE="ISC"
|
||||
PKG_SITE="https://github.com/tmux/tmux/wiki"
|
||||
PKG_URL="https://github.com/tmux/tmux/releases/download/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain ncurses"
|
||||
PKG_DEPENDS_TARGET="toolchain libevent ncurses"
|
||||
PKG_LONGDESC="tmux is a terminal multiplexer"
|
||||
PKG_BUILD_FLAGS="-sysroot"
|
||||
|
||||
Reference in New Issue
Block a user