mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
uhttpd: fix PKG_CONFIG_DEPENDS (FS#1189)
Remove PACKAGE_uhttpd_debug config as this is an unused leftover Add CONFIG_uhttpd_lua to PKG_CONFIG_DEPENDS Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
This commit is contained in:
parent
9f8d28285d
commit
5d6f2a2764
@ -19,6 +19,7 @@ PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
|
|||||||
PKG_LICENSE:=ISC
|
PKG_LICENSE:=ISC
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS = ustream-ssl
|
PKG_BUILD_DEPENDS = ustream-ssl
|
||||||
|
PKG_CONFIG_DEPENDS:= CONFIG_uhttpd_lua
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include $(INCLUDE_DIR)/cmake.mk
|
include $(INCLUDE_DIR)/cmake.mk
|
||||||
@ -43,9 +44,6 @@ define Package/uhttpd/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/uhttpd/config
|
define Package/uhttpd/config
|
||||||
config PACKAGE_uhttpd_debug
|
|
||||||
bool "Build with debug messages"
|
|
||||||
default n
|
|
||||||
config uhttpd_lua
|
config uhttpd_lua
|
||||||
depends on PACKAGE_uhttpd-mod-lua
|
depends on PACKAGE_uhttpd-mod-lua
|
||||||
bool "Enable Integrated Lua interpreter"
|
bool "Enable Integrated Lua interpreter"
|
||||||
|
Loading…
Reference in New Issue
Block a user