mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
While we do not completely provides static build on udev systems, having theses modules in pkgconfig can be useful otherwise.
12 lines
251 B
PkgConfig
12 lines
251 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: cryptsetup
|
|
Description: cryptsetup library
|
|
Version: @LIBCRYPTSETUP_VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lcryptsetup
|
|
Requires.private: @PKGMODULES@
|