summaryrefslogtreecommitdiff
path: root/packages/development/libevent/libevent.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'packages/development/libevent/libevent.kconfig')
-rw-r--r--packages/development/libevent/libevent.kconfig19
1 files changed, 9 insertions, 10 deletions
diff --git a/packages/development/libevent/libevent.kconfig b/packages/development/libevent/libevent.kconfig
index fceac46..51e68a0 100644
--- a/packages/development/libevent/libevent.kconfig
+++ b/packages/development/libevent/libevent.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2010-2011 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2010-2013 Abdoulaye Walsimou GAYE.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -26,30 +26,29 @@
config EMBTK_HAVE_LIBEVENT
bool "Have libevent"
help
- The libevent API provides a mechanism to execute a callback
- function when a specific event occurs on a file descriptor or
- after a timeout has been reached. Furthermore, libevent also
- support callbacks due to signals or regular timeouts.
+ The libevent API provides a mechanism to execute a callback function
+ when a specific event occurs on a file descriptor or after a timeout
+ has been reached. Furthermore, libevent also support callbacks due to
+ signals or regular timeouts.
choice
prompt "libevent version you wish"
depends on EMBTK_HAVE_LIBEVENT
help
- Here you can choose which version of libevent you want to use.
+ Here you can choose which version of libevent you want to use.
+ config EMBTK_LIBEVENT_VERSION_2_0_21_STABLE
+ bool "libevent-2.0.21-stable"
config EMBTK_LIBEVENT_VERSION_1_4_13_STABLE
bool "libevent-1.4.13-stable"
endchoice
config EMBTK_LIBEVENT_VERSION_STRING
string
+ default "2.0.21-stable" if EMBTK_LIBEVENT_VERSION_2_0_21_STABLE
default "1.4.13-stable" if EMBTK_LIBEVENT_VERSION_1_4_13_STABLE
config EMBTK_LIBEVENT_NEED_PATCH
bool
config EMBTK_LIBEVENT_NEED_AUTORECONF
bool
-config EMBTK_LIBEVENT_PKG_IS_TARGZ
- bool
-config EMBTK_LIBEVENT_PKG_IS_TARBZ2
- bool