Skip to content
Snippets Groups Projects
Commit e1c9f196 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

jshn: add build dependency on libubox, it needs the list.h header from it

SVN-Revision: 25652
parent a0599417
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ define Package/jshn/description ...@@ -17,6 +17,7 @@ define Package/jshn/description
Library for parsing and generating JSON from shell scripts Library for parsing and generating JSON from shell scripts
endef endef
PKG_BUILD_DEPENDS += libubox
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include --std=gnu99 TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include --std=gnu99
define Build/Compile define Build/Compile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment