protobuf: fix 022aef6
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 26 Jun 2022 09:26:10 +0000 (11:26 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 26 Jun 2022 09:30:14 +0000 (11:30 +0200)
commit405dcf239b9898f10ec99abcf636782a98bcc6ba
tree71b9c9b6d6a0ea6414b7f415c4cacec96cff809a
parent20fab250dda8657f676e3b39fc0a9dd893d3e091
protobuf: fix 022aef6

The cherry-pick done in 022aef6 includes changing the build setup from
cmake to ninja, but it was overlooked that this was actually reverted in
2e654b1.

The ninja build results in headers not being installed for the host pkg,
so protobuf-c/host can't be build.

This commit reverts the package back to cmake.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
libs/protobuf/Makefile