From: Sven Eckelmann Date: Sun, 23 Oct 2022 07:56:15 +0000 (+0200) Subject: alfred: Rebuild on CONFIG*_ALFRED_* changes X-Git-Url: http://git.openwrt.org/?p=feed%2Frouting.git;a=commitdiff_plain;h=88ee3e69d6e37dd1aee2eecc608378006d8f3fad alfred: Rebuild on CONFIG*_ALFRED_* changes The buildsystem doesn't know that the Package/*/config kconfig symbols are related to the alfred package build. It is necessary to explicitly define it via PKG_CONFIG_DEPENDS. Fixes: f76074d42429 ("alfred: add alfred 2013.3.0 to feed") Signed-off-by: Sven Eckelmann --- diff --git a/alfred/Makefile b/alfred/Makefile index 230ec45..a19fe74 100644 --- a/alfred/Makefile +++ b/alfred/Makefile @@ -16,6 +16,13 @@ PKG_LICENSE_FILES:=LICENSES/preferred/GPL-2.0 LICENSES/preferred/MIT PKG_BUILD_PARALLEL:=1 +PKG_CONFIG_DEPENDS += \ + CONFIG_ALFRED_NEEDS_lua \ + CONFIG_ALFRED_NEEDS_libgps \ + CONFIG_PACKAGE_ALFRED_VIS \ + CONFIG_PACKAGE_ALFRED_BATHOSTS \ + CONFIG_PACKAGE_ALFRED_GPSD + include $(INCLUDE_DIR)/package.mk define Package/alfred