libevent: mark as legacy (trunk has libevent2)

Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
Steven Barth 2014-06-26 09:07:55 +02:00
parent 2d9af2967c
commit 23a9d85942
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/libevent
SECTION:=libs
CATEGORY:=Libraries
TITLE:=Event notification library
TITLE:=Event notification library (legacy)
DEPENDS:=+librt
URL:=http://www.libevent.org
endef