Notably, this adds the Requires.private required for proper static linkage of Lix libraries. Some minor missing or duplicated dependencies are also fixed along the way (although some optional dependencies are omitted due to their size). Fixes: https://git.lix.systems/lix-project/lix/issues/789 Change-Id: I6a6a696413d538124d9ac75c68f100cc3089284f
12 lines
385 B
Plaintext
12 lines
385 B
Plaintext
prefix=@prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Lix libutil
|
|
Description: Lix Package Manager (libutil)
|
|
Version: @PACKAGE_VERSION@
|
|
# dependencies on boost, libarchive, nlohmann_json are omitted since they are optional (only required by some headers)
|
|
Requires: lix-base
|
|
Requires.private: libbrotlidec libbrotlienc libcpuid libarchive libcrypto
|
|
Libs: -L${libdir} -llixutil
|