mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-12-26 21:35:26 +07:00
c362171286
Since the public header files of libkmod do not include header files of liblzma or zlib, the flags need not be present.
12 lines
255 B
PkgConfig
12 lines
255 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libkmod
|
|
Description: Library to deal with kernel modules
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lkmod
|
|
Libs.private: @liblzma_LIBS@ @zlib_LIBS@
|
|
Cflags: -I${includedir}
|