浏览代码

libevent: mark as legacy (trunk has libevent2)

Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth 10 年前
父节点
当前提交
23a9d85942
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      libs/libevent/Makefile

+ 1
- 1
libs/libevent/Makefile 查看文件

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