mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-11-23 15:00:52 +07:00
3821e1971e
I changed the style of the hackargs variable in autogen.sh to multiline because said line was becoming a bit long with the new --with-zstd arg added. A previous version of this patch has been running on my two Arch Linux installations (with an accompanying mkinitcpio patch) for several months over many kernel updates without any issues. Any additional testing and/or patch review would of course be appreciated. Signed-off-by: Torge Matthies <openglfreak@googlemail.com>
12 lines
270 B
PkgConfig
12 lines
270 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: @libzstd_LIBS@ @liblzma_LIBS@ @zlib_LIBS@
|
|
Cflags: -I${includedir}
|