13 lines
532 B
Plaintext
13 lines
532 B
Plaintext
prefix=@prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Lix libraries
|
|
Description: Lix Package Manager (libraries)
|
|
Version: @PACKAGE_VERSION@
|
|
# dependencies on boost, libarchive, nlohmann_json are omitted since they are optional (only required by some headers)
|
|
Requires: lix-base kj-async @BOEHM_IF_FOUND@
|
|
Requires.private: @AWS_SDK_IF_FOUND@ @BOEHM_IF_FOUND@ @CPUID_IF_FOUND@ @SECCOMP_IF_FOUND@ lowdown libbrotlidec libbrotlienc libarchive libcrypto capnp-rpc libcurl sqlite3
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -llix
|