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.kconfig11
1 files changed, 8 insertions, 3 deletions
diff --git a/packages/development/libevent/libevent.kconfig b/packages/development/libevent/libevent.kconfig
index 2c7e8f8..e28d3cb 100644
--- a/packages/development/libevent/libevent.kconfig
+++ b/packages/development/libevent/libevent.kconfig
@@ -25,6 +25,7 @@
config EMBTK_HAVE_LIBEVENT
bool "Have libevent"
+ select EMBTK_LIBEVENT_PKG_IS_TARGZ
help
The libevent API provides a mechanism to execute a callback
function when a specific event occurs on a file descriptor or
@@ -35,7 +36,7 @@ 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_1_4_13_STABLE
bool "libevent-1.4.13-stable"
@@ -47,5 +48,9 @@ config EMBTK_LIBEVENT_VERSION_STRING
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