FIX missing line in config.mk
This commit is contained in:
parent
9d1de9c4f1
commit
1966213af5
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Owntracks Recorder",
|
"name": "Owntracks Recorder",
|
||||||
"url": "https://git.asperti.com/paspo/hassio-addons",
|
"url": "https://git.asperti.com/paspo/hassio-addons",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"slug": "ot-recorder",
|
"slug": "ot-recorder",
|
||||||
"description": "Owntracks Recorder - connects to your mqtt broker and consumes owntracks locations",
|
"description": "Owntracks Recorder - connects to your mqtt broker and consumes owntracks locations",
|
||||||
"startup": "before",
|
"startup": "before",
|
||||||
|
@ -18,4 +18,6 @@ MORELIBS += # -lssl
|
|||||||
LUA_CFLAGS = `pkg-config --cflags lua`
|
LUA_CFLAGS = `pkg-config --cflags lua`
|
||||||
LUA_LIBS = `pkg-config --libs lua`
|
LUA_LIBS = `pkg-config --libs lua`
|
||||||
SODIUM_CFLAGS = `pkg-config --cflags libsodium`
|
SODIUM_CFLAGS = `pkg-config --cflags libsodium`
|
||||||
SODIUM_LIBS = `pkg-config --libs libsodium`
|
SODIUM_LIBS = `pkg-config --libs libsodium`
|
||||||
|
GEOCODE_TIMEOUT = 4000
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user