Break libblkid into 4 libraries: libblkid, libuuid, libutil-linux and libfdisk. This should help in later patch updates. Change-Id: I680d9a7feb031e5c29a603e9c58aff4b65826262
12 lines
258 B
PkgConfig
12 lines
258 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@usrlib_execdir@
|
|
includedir=@includedir@
|
|
|
|
Name: fdisk
|
|
Description: fdisk library
|
|
Version: @LIBFDISK_VERSION@
|
|
Requires.private: @LIBFDISK_PC_REQUIRES@
|
|
Cflags: -I${includedir}/libfdisk
|
|
Libs: -L${libdir} -lfdisk
|