gnunet: add PKG_CONFIG_DEPENDS for all components
Signed-off-by: Nathaniel Wesley Filardo <nwfilardo@gmail.com>
This commit is contained in:
parent
583af8565e
commit
49b19f01a6
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@ define Package/gnunet/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define BuildComponent
|
define BuildComponent
|
||||||
|
PKG_CONFIG_DEPENDS+=CONFIG_PACKAGE_$(PKG_NAME)-$(1)
|
||||||
|
|
||||||
define Package/gnunet-$(1)
|
define Package/gnunet-$(1)
|
||||||
$$(call Package/gnunet/Default)
|
$$(call Package/gnunet/Default)
|
||||||
TITLE+= $(2)
|
TITLE+= $(2)
|
||||||
|
|
Loading…
Reference in a new issue