glog: Enable generation of pkg-config .pc file so dependents can find it (#538775)

This commit is contained in:
Niklas Hambüchen
2026-07-06 14:12:09 +00:00
committed by GitHub

View File

@@ -38,6 +38,8 @@ stdenv.mkDerivation (finalAttrs: {
# consumers of the CMake config file to fail at the configuration step.
# Explicitly disabling unwind support sidesteps the issue.
"-DWITH_UNWIND=OFF"
# Enable pkg-config support so that a `.pc` file is generated.
"-DWITH_PKGCONFIG=ON"
];
doCheck = true;