Break libblkid into 4 libraries: libblkid, libuuid, libutil-linux and libfdisk. This should help in later patch updates. Change-Id: I680d9a7feb031e5c29a603e9c58aff4b65826262
12 lines
247 B
PkgConfig
12 lines
247 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@usrlib_execdir@
|
|
includedir=@includedir@
|
|
|
|
Name: blkid
|
|
Description: Block device id library
|
|
Version: @LIBBLKID_VERSION@
|
|
Requires.private: uuid
|
|
Cflags: -I${includedir}/blkid
|
|
Libs: -L${libdir} -lblkid
|