FIX missing line in config.mk
This commit is contained in:
parent
9d1de9c4f1
commit
1966213af5
@ -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",
|
||||
|
@ -19,3 +19,5 @@ LUA_CFLAGS = `pkg-config --cflags lua`
|
||||
LUA_LIBS = `pkg-config --libs lua`
|
||||
SODIUM_CFLAGS = `pkg-config --cflags libsodium`
|
||||
SODIUM_LIBS = `pkg-config --libs libsodium`
|
||||
GEOCODE_TIMEOUT = 4000
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user