[packages] tmux: change dependency to libevent2
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27848 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
eec0331edd
commit
ad277d928c
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=tmux
|
PKG_NAME:=tmux
|
||||||
PKG_VERSION:=1.5
|
PKG_VERSION:=1.5
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/tmux
|
PKG_SOURCE_URL:=@SF/tmux
|
||||||
@ -24,7 +24,7 @@ define Package/tmux
|
|||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Terminal multiplexer
|
TITLE:=Terminal multiplexer
|
||||||
DEPENDS:=+libncurses +libevent +libpthread
|
DEPENDS:=+libncurses +libevent2 +libpthread
|
||||||
URL:=http://tmux.sourceforge.net/
|
URL:=http://tmux.sourceforge.net/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user