From: Miklos Szeredi Date: Wed, 11 Dec 2013 14:43:45 +0000 (+0100) Subject: "pkg-config fuse3 --libs" gives the wrong library name X-Git-Tag: fuse-3.0.0pre0~95 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=dd432032db34c2ca22570af5ac6794822ef4c877;p=qemu-gpiodev%2Flibfuse.git "pkg-config fuse3 --libs" gives the wrong library name Reported-by: Michael j Theall --- diff --git a/fuse3.pc.in b/fuse3.pc.in index 0b52ba1..b59a1f3 100644 --- a/fuse3.pc.in +++ b/fuse3.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: fuse Description: Filesystem in Userspace Version: @VERSION@ -Libs: -L${libdir} -lfuse -pthread +Libs: -L${libdir} -lfuse3 -pthread Libs.private: @libfuse_libs@ Cflags: -I${includedir}/fuse3