Fix compilation of sprinklerd
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
config BR2_PACKAGE_SPRINKLERD
|
||||
bool "sprinklerd"
|
||||
select BR2_PACKAGE_LIBUBUS_CPP
|
||||
select BR2_PACKAGE_JSON_C
|
||||
select BR2_PACKAGE_JSONCPP
|
||||
default n
|
||||
help
|
||||
This program manage the sprinklers of the domo project.
|
||||
|
||||
@@ -10,7 +10,7 @@ SPRINKLERD_SITE = $(TOPDIR)/../../src/prog/sprinklerd/builders/cmake
|
||||
SPRINKLERD_SITE_METHOD = local
|
||||
SPRINKLERD_INSTALL_STAGING = YES
|
||||
|
||||
SPRINKLERD_DEPENDENCIES = libubus-cpp json-c
|
||||
SPRINKLERD_DEPENDENCIES = libubus-cpp jsoncpp
|
||||
|
||||
SPRINKLERD_CONF = SRC_DIR=$(TOPDIR)/../..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user