Skip to content

Commit

Permalink
Bump the version of libprotobuf-c due to weirdness in v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andy0130tw committed Feb 4, 2021
1 parent db22eb6 commit 352de10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ sshfs_sources += [ dcache_proto ]
sshfs_deps = [ dependency('fuse3', version: '>= 3.1.0'),
dependency('glib-2.0'),
dependency('gthread-2.0'),
dependency('libprotobuf-c', version: '>= 1.0.0') ]
dependency('libprotobuf-c', version: '>= 1.3.0') ]

executable('sshfs', sshfs_sources,
include_directories: include_dirs,
Expand Down

0 comments on commit 352de10

Please sign in to comment.