Browse Source
Merge pull request #6205 from sartura/protobuf-c
protobuf-c: add build time dependency protobuf
lilik-openwrt-22.03
Hannu Nyman
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
libs/protobuf-c/Makefile
|
|
@ -19,6 +19,7 @@ PKG_SOURCE_PROTO:=git |
|
|
|
PKG_SOURCE_VERSION:=$(PKG_VERSION) |
|
|
|
|
|
|
|
PKG_BUILD_DEPENDS:=protobuf-c/host |
|
|
|
PKG_BUILD_DEPENDS:=protobuf/host |
|
|
|
|
|
|
|
PKG_INSTALL:=1 |
|
|
|
PKG_FIXUP:=autoreconf |
|
|
|