mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
package/libuci: cleanup configure options
Make BUILD_LUA assignation symetrical. 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
e6436a6cdf
commit
69ea2958c2
@ -12,7 +12,8 @@ LIBUCI_DEPENDENCIES = libubox
|
|||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LUA_5_1),y)
|
ifeq ($(BR2_PACKAGE_LUA_5_1),y)
|
||||||
LIBUCI_DEPENDENCIES += lua
|
LIBUCI_DEPENDENCIES += lua
|
||||||
LIBUCI_CONF_OPTS += -DLUAPATH=$(STAGING_DIR)/usr/lib/lua/5.1 \
|
LIBUCI_CONF_OPTS += -DBUILD_LUA=ON \
|
||||||
|
-DLUAPATH=$(STAGING_DIR)/usr/lib/lua/5.1 \
|
||||||
-DLUA_CFLAGS=-I$(STAGING_DIR)/usr/include
|
-DLUA_CFLAGS=-I$(STAGING_DIR)/usr/include
|
||||||
else
|
else
|
||||||
LIBUCI_CONF_OPTS += -DBUILD_LUA=OFF
|
LIBUCI_CONF_OPTS += -DBUILD_LUA=OFF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user