mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
protobuf-c: Fix typo on build dependency.
This was fixed in 3bcaa7a4fe
Backported the fix here.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@ PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=$(PKG_VERSION)
|
||||
|
||||
PKG_BUILD_DEPENDS:=protobuf-c/host
|
||||
PKG_BUILD_DEPENDS:=protobuf/host
|
||||
HOST_BUILD_DEPENDS:=protobuf/host
|
||||
|
||||
PKG_INSTALL:=1
|
||||
PKG_FIXUP:=autoreconf
|
||||
|
||||
Reference in New Issue
Block a user