mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-21 22:00:49 +00:00
f7cc20b1fa
The library ABI is not the right version, set also the util package to follow main package. Signed-off-by: David Sterba <dsterba@suse.com>
12 lines
255 B
PkgConfig
12 lines
255 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libbtrfsutil
|
|
Description: libbtrfsutil library
|
|
Version: @BTRFS_VERSION_PLAIN@
|
|
URL: http://btrfs.wiki.kernel.org
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lbtrfsutil
|