diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-12-25 18:04:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-25 18:04:28 +0100 |
commit | 04bb5449373b591f45c1467a4930f96911c97c6b (patch) | |
tree | d9810d0dd813410c7944096329819c32f495e0e8 /luci.mk | |
parent | 814ad96df9634f39cb793c31d55b0351f88fadff (diff) | |
parent | b0d8fff3e40568af633032aacb0624da16f4266c (diff) |
Merge pull request #3352 from NeoRaider/move-luasrcdiet
luci-base: use luasrcdiet from separate package
Diffstat (limited to 'luci.mk')
-rw-r--r-- | luci.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ PKG_GITBRANCH?=$(if $(DUMP),x,$(strip $(shell \ PKG_RELEASE?=1 PKG_INSTALL:=$(if $(realpath src/Makefile),1) -PKG_BUILD_DEPENDS += lua/host luci-base/host LUCI_CSSTIDY:csstidy/host $(LUCI_BUILD_DEPENDS) +PKG_BUILD_DEPENDS += lua/host luci-base/host LUCI_CSSTIDY:csstidy/host LUCI_SRCDIET:luasrcdiet/host $(LUCI_BUILD_DEPENDS) PKG_CONFIG_DEPENDS += CONFIG_LUCI_SRCDIET CONFIG_LUCI_JSMIN CONFIG_LUCI_CSSTIDY PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) |