summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-03-08 13:53:37 +0100
committerBadlop <badlop@process-one.net>2021-03-08 16:33:06 +0100
commit1b155ed6e767b85f2c13e31de0464d3e238e87a1 (patch)
treeed7ec2d526db195164f7d03374725c0d8a8ee9c9 /rebar.config
parentSort libraries alphabetically, so they're easier to check manually (diff)
Add --enable-lua, and use that for luerl instead of --enable-tools (#3508)
--enable-tools is for development tools, but prosody2ejabberd is used at runtime, so better move luerl to --enable-lua
Diffstat (limited to '')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 30975732..8c89a365 100644
--- a/rebar.config
+++ b/rebar.config
@@ -40,7 +40,7 @@
{jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "1.0.5"}}},
{jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.9.0"}}},
{lager, ".*", {git, "https://github.com/erlang-lager/lager", {tag, "3.6.10"}}},
- {if_var_true, tools,
+ {if_var_true, lua,
{luerl, ".*", {git, "https://github.com/rvirding/luerl", {tag, "v0.3"}}}},
{mqtree, ".*", {git, "https://github.com/processone/mqtree", {tag, "1.0.12"}}},
{p1_acme, ".*", {git, "https://github.com/processone/p1_acme", {tag, "1.0.11"}}},