summaryrefslogtreecommitdiff
path: root/package/weechat/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-24 11:30:20 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-24 11:30:20 +0100
commit537a2c4eaa446e52c6ba07007eb9ae75998b5580 (patch)
treeb48cc775042b4274dce470527826007de7a7fa84 /package/weechat/Config.in
parent18b3987c6d890f02c80b976b6cf6835053ef1fe9 (diff)
parentce621815fecece2b4d8a4cb7115eb82c1cb7ed44 (diff)
Merge commit 'origin/confgen'
finally autogenerate menu Config.in files and Depends.mk for packages. thx mirabilos Conflicts: .gitignore Makefile mk/build.mk package/eglibc/Config.in package/glibc/Config.in package/uclibc++/Config.in package/uclibc/Config.in rules.mk
Diffstat (limited to 'package/weechat/Config.in')
-rw-r--r--package/weechat/Config.in26
1 files changed, 0 insertions, 26 deletions
diff --git a/package/weechat/Config.in b/package/weechat/Config.in
deleted file mode 100644
index 4073c3979..000000000
--- a/package/weechat/Config.in
+++ /dev/null
@@ -1,26 +0,0 @@
-#menu "weechat........................... Lightweight IRC client"
-
-config ADK_PACKAGE_WEECHAT
- prompt "weechat........................... Lightweight IRC client"
- tristate
- default n
- select ADK_PACKAGE_LIBNCURSES
- select ADK_PACKAGE_LIBICONV
- help
- Fast, light & extensible IRC client
-
- http://weechat.flashtux.org
-
-config ADK_COMPILE_WEECHAT_WITH_TLS
- prompt " Enable TLS support"
- bool
- select ADK_PACKAGE_LIBGNUTLS
- depends on ADK_PACKAGE_WEECHAT
-
-config ADK_COMPILE_WEECHAT_WITH_LUA
- prompt " Enable LUA scripting"
- bool
- select ADK_PACKAGE_LIBLUA
- depends on ADK_PACKAGE_WEECHAT
-
-#endmenu