[vlc-commits] [Git][videolan/vlc][master] contrib: protobuf: fix protoc version detection

Steve Lhomme (@robUx4) gitlab at videolan.org
Sat May 18 09:27:19 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
c60e8941 by Steve Lhomme at 2024-05-18T07:45:18+00:00
contrib: protobuf: fix protoc version detection

- - - - -


1 changed file:

- contrib/src/protobuf/rules.mak


Changes:

=====================================
contrib/src/protobuf/rules.mak
=====================================
@@ -20,7 +20,7 @@ endif
 endif
 PKGS.tools.protoc.path = $(BUILDBINDIR)/protoc
 
-ifeq ($(call system_tool_majmin, protoc --version),$(PROTOBUF_MAJVERSION))
+ifeq ($(call system_tool_majmin, protoc --version),$(PROTOBUF_MAJPACKAGE).$(PROTOBUF_MAJVERSION))
 PKGS_FOUND += protoc
 endif
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c60e89412db660e9f03f705debb2c80b1f0ed2c3

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c60e89412db660e9f03f705debb2c80b1f0ed2c3
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list