libvoice-broadcom: Add dependency to bcm963xx-voice

Voice-part of BCM SDK is required to build libvoice-broadcom.
This commit is contained in:
Andreas Gnau 2024-09-17 12:54:30 +00:00 committed by IOPSYS Dev
parent 7dab64d1e0
commit 3fa318c58f
No known key found for this signature in database

View file

@ -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)))