diff options
| author | Johan Oudinet <johan.oudinet@gmail.com> | 2018-12-03 16:22:39 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-12-03 22:08:50 +0100 |
| commit | 4073f2ae0e32e14981d47c6151274c3fd5ad9894 (patch) | |
| tree | cc2e21b22b087b042011ecc047896b79737cb365 | |
| parent | aa556e2035c023d4328185a46e15df532e566067 (diff) | |
| download | buildroot-4073f2ae0e32e14981d47c6151274c3fd5ad9894.tar.gz buildroot-4073f2ae0e32e14981d47c6151274c3fd5ad9894.zip | |
package/ejabberd: add a comment for runtime dependencies
Both p1_oauth2 and jiffy are runtime dependencies. Mark the
corresponding select in the Config.in file with a # runtime
comment.
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
| -rw-r--r-- | package/ejabberd/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ejabberd/Config.in b/package/ejabberd/Config.in index 53b688b5d9..7d51d1de9e 100644 --- a/package/ejabberd/Config.in +++ b/package/ejabberd/Config.in @@ -3,11 +3,11 @@ config BR2_PACKAGE_EJABBERD depends on BR2_PACKAGE_ERLANG depends on BR2_INSTALL_LIBSTDCPP # jiffy, stringprep select BR2_PACKAGE_ERLANG_EIMP - select BR2_PACKAGE_ERLANG_JIFFY + select BR2_PACKAGE_ERLANG_JIFFY # runtime select BR2_PACKAGE_ERLANG_LAGER select BR2_PACKAGE_ERLANG_P1_CACHE_TAB select BR2_PACKAGE_ERLANG_P1_ICONV - select BR2_PACKAGE_ERLANG_P1_OAUTH2 + select BR2_PACKAGE_ERLANG_P1_OAUTH2 # runtime select BR2_PACKAGE_ERLANG_P1_SIP select BR2_PACKAGE_ERLANG_P1_STRINGPREP select BR2_PACKAGE_ERLANG_P1_STUN |

