d66f773aa7
ported patch from Cédric Chépied: http://patchwork.ozlabs.org/patch/306896/ [Thomas: added comment explaining why we don't use <pkg>_AUTORECONF, and use a more conventional syntax for <pkg>_DEPENDENCIES and <pkg>_CONF_OPT.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 lines
196 B
Plaintext
11 lines
196 B
Plaintext
config BR2_PACKAGE_ZNC
|
|
bool "znc"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
help
|
|
Advanced IRC bouncer
|
|
|
|
http://www.znc.in
|
|
|
|
comment "znc needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|