]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/prosody/Config.in
prosody: add dependency on shared libraries
[coffee/buildroot.git] / package / prosody / Config.in
1 config BR2_PACKAGE_PROSODY
2         bool "prosody"
3         depends on BR2_USE_MMU # fork
4         depends on BR2_PACKAGE_HAS_LUAINTERPRETER
5         depends on !BR2_STATIC_LIBS # luaexpat, luasec, luasocket, luafilesystem
6         select BR2_PACKAGE_LUAEXPAT # runtime
7         select BR2_PACKAGE_LUASEC # runtime
8         select BR2_PACKAGE_LUASOCKET # runtime
9         select BR2_PACKAGE_OPENSSL
10         select BR2_PACKAGE_LIBIDN
11         select BR2_PACKAGE_LUAFILESYSTEM # runtime
12         help
13           Prosody is a modern XMPP communication server. It aims to be
14           easy to set up and configure, and efficient with system
15           resources.
16
17           https://prosody.im
18
19 comment "prosody needs the lua interpreter, dynamic library"
20         depends on !BR2_PACKAGE_HAS_LUAINTERPRETER || BR2_STATIC_LIBS
21         depends on BR2_USE_MMU