summaryrefslogtreecommitdiffstats
path: root/rules/libev.in
diff options
context:
space:
mode:
authorGuillermo Rodriguez <guille.rodriguez@gmail.com>2018-05-25 12:45:44 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-05-25 20:59:29 +0200
commit228bcb3a5fd401708817a04571344f6ff1f7822e (patch)
tree92448c500d2d0c8cd89212e5a0ff64ae6b510914 /rules/libev.in
parentb0b1317dea360e5a93389f6c17bdcc0c9f0a4dc0 (diff)
downloadptxdist-228bcb3a5fd401708817a04571344f6ff1f7822e.tar.gz
ptxdist-228bcb3a5fd401708817a04571344f6ff1f7822e.tar.xz
libev: New package
libev is a full-featured and high-performance event loop that is loosely modelled after libevent, but without its limitations and bugs. Signed-off-by: Guillermo Rodriguez <guille.rodriguez@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libev.in')
-rw-r--r--rules/libev.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/libev.in b/rules/libev.in
new file mode 100644
index 000000000..893d3c7a6
--- /dev/null
+++ b/rules/libev.in
@@ -0,0 +1,9 @@
+## SECTION=system_libraries
+
+config LIBEV
+ bool
+ prompt "libev"
+ help
+ A full-featured and high-performance event loop that is loosely
+ modelled after libevent, but without its limitations and bugs.
+