package/libuci: cleanup configure options
Remove unneeded type in configure option's definition. Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
c9a7bcc720
commit
e6436a6cdf
@ -15,7 +15,7 @@ LIBUCI_DEPENDENCIES += lua
|
||||
LIBUCI_CONF_OPTS += -DLUAPATH=$(STAGING_DIR)/usr/lib/lua/5.1 \
|
||||
-DLUA_CFLAGS=-I$(STAGING_DIR)/usr/include
|
||||
else
|
||||
LIBUCI_CONF_OPTS += -DBUILD_LUA:BOOL=OFF
|
||||
LIBUCI_CONF_OPTS += -DBUILD_LUA=OFF
|
||||
endif
|
||||
|
||||
$(eval $(cmake-package))
|
||||
|
Loading…
Reference in New Issue
Block a user