mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
libvoice-broadcom: Add dependency to bcm963xx-voice
Voice-part of BCM SDK is required to build libvoice-broadcom.
This commit is contained in:
parent
7dab64d1e0
commit
3fa318c58f
1 changed files with 1 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ define Package/$(PKG_NAME)
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=IOPSYS libvoice for Broadcom
|
TITLE:=IOPSYS libvoice for Broadcom
|
||||||
URL:=
|
URL:=
|
||||||
DEPENDS:=
|
DEPENDS:=+bcm963xx-voice
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/$(PKG_NAME)/description
|
define Package/$(PKG_NAME)/description
|
||||||
|
|
@ -56,4 +56,3 @@ define Package/$(PKG_NAME)/install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,$(PKG_NAME)))
|
$(eval $(call BuildPackage,$(PKG_NAME)))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue