diff options
author | Niels de Vos <ndevos@redhat.com> | 2018-06-26 21:40:21 +0200 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2018-11-19 12:33:56 +0000 |
commit | 2548c4b83a0871fb92b8ca55cf580a7c58c2f9c6 (patch) | |
tree | 609571da349b5a06c7fd555d7c8044744883a345 /util/meson.build | |
parent | fe4f9428fc403fa8b99051f52d84ea5bd13f3855 (diff) | |
download | libfuse-2548c4b83a0871fb92b8ca55cf580a7c58c2f9c6.tar.gz |
examples: add copy_file_range() support to passthrough(_fh)
The passthrough example filesystem can be used for validating the API
and the implementation in the FUSE kernel module.
Diffstat (limited to 'util/meson.build')
-rw-r--r-- | util/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/meson.build b/util/meson.build index e8105bd..aa0e734 100644 --- a/util/meson.build +++ b/util/meson.build @@ -11,7 +11,7 @@ executable('mount.fuse3', ['mount.fuse.c'], link_with: [ libfuse ], install: true, install_dir: get_option('sbindir'), - c_args: '-DFUSE_USE_VERSION=33') + c_args: '-DFUSE_USE_VERSION=34') udevrulesdir = get_option('udevrulesdir') |