Re: [PATCH] grub-mount: Support libfuse 3

2022-01-14 Thread Daniel Kiper
On Wed, Jan 12, 2022 at 03:09:07PM +0100, Fabian Vogt wrote: > libfuse 3.0.0 got released in 2016, with some API changes compared to 2.x. > This commit introduces support for 3.x while keeping it compatible with 2.6 > as a fallback still. > > To detect fuse3, switch configure over to use pkg-config

[PATCH] grub-mount: Support libfuse 3

2022-01-12 Thread Fabian Vogt
libfuse 3.0.0 got released in 2016, with some API changes compared to 2.x. This commit introduces support for 3.x while keeping it compatible with 2.6 as a fallback still. To detect fuse3, switch configure over to use pkg-config, which is simpler yet more reliable than looking for library and head