Merge pull request #3517 from nwf/for-upstream
gnunet: add PKG_CONFIG_DEPENDS for all components
This commit is contained in:
commit
bd391da4aa
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@ define Package/gnunet/description
|
|||
endef
|
||||
|
||||
define BuildComponent
|
||||
PKG_CONFIG_DEPENDS+=CONFIG_PACKAGE_$(PKG_NAME)-$(1)
|
||||
|
||||
define Package/gnunet-$(1)
|
||||
$$(call Package/gnunet/Default)
|
||||
TITLE+= $(2)
|
||||
|
|
Loading…
Reference in a new issue