FIX missing line in config.mk

This commit is contained in:
Paolo Asperti 2020-10-02 18:54:24 +02:00
parent 9d1de9c4f1
commit 1966213af5
Signed by: paspo
GPG Key ID: 06D46905D19D5182
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "Owntracks Recorder",
"url": "https://git.asperti.com/paspo/hassio-addons",
"version": "0.2.0",
"version": "0.2.1",
"slug": "ot-recorder",
"description": "Owntracks Recorder - connects to your mqtt broker and consumes owntracks locations",
"startup": "before",

View File

@ -18,4 +18,6 @@ MORELIBS += # -lssl
LUA_CFLAGS = `pkg-config --cflags lua`
LUA_LIBS = `pkg-config --libs lua`
SODIUM_CFLAGS = `pkg-config --cflags libsodium`
SODIUM_LIBS = `pkg-config --libs libsodium`
SODIUM_LIBS = `pkg-config --libs libsodium`
GEOCODE_TIMEOUT = 4000