From 23a9d859424f68462568f16be809837e6806e266 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 26 Jun 2014 09:07:55 +0200 Subject: [PATCH] libevent: mark as legacy (trunk has libevent2) Signed-off-by: Steven Barth --- libs/libevent/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libevent/Makefile b/libs/libevent/Makefile index c1ec4b604a..4d5406bccf 100644 --- a/libs/libevent/Makefile +++ b/libs/libevent/Makefile @@ -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