package/opencv3: use external protobuf instead of bundled one
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 11 Jan 2020 15:01:43 +0000 (16:01 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 12 Jan 2020 21:44:07 +0000 (22:44 +0100)
commit31c68a449ecd7da61ecfd909bea7ce799f9a6450
treeb708d72495228b05aa60ed3715414a2c78b3a3ae
parent8bb3bb44921fe50e46e9dcff00ebfb7262e421c5
package/opencv3: use external protobuf instead of bundled one

Since version 3.3.0 and its commit
https://github.com/opencv/opencv/commit/1c4c58d1b5b7430463281e8c8072e04245f561b0,
opencv3 bundles its own copy of protobuf. Instead of using the bundled
protobuf library, this commit disables building protobuf
(BUILD_PROTOBUF=OFF) and instead uses the protobuf Buildroot package
(using the WITH_PROTOBUF=ON/OFF option).

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/opencv3/Config.in
package/opencv3/opencv3.mk