configure/meson: fix protoc compatibility version check
- Nov 13, 2024
-
-
Steve Lhomme authored
libprotobuf a.b.c.d and a.b are compatible with any a.b protoc version. But only those. For example the 3.21.1.0 libprotobuf is compatible with my Debian 3.21.12 protoc. This is how it's validated in configure.ac: https://code.videolan.org/videolan/vlc/-/blob/0085375629d4d424a86a144d347e0febbfc9cbea/configure.ac?page=4#L3939
e38d7fc0 -
Steve Lhomme authored
Before 22.x or 3.22.x: protoc x.y.z is compatible with protobuf x.y.* From 22.x and before 26.x: protoc x.y is compatible with protobuf x.* Since 26.x: protoc x.y is compatible with protobuf x.y
b078a04f
-