# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/biscuit/hotfix-pkgconf.patch # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- biscuit-0.19.0/src/CMakeLists.txt.vanilla 2026-04-20 00:15:53.908137225 +0300 +++ biscuit-0.19.0/src/CMakeLists.txt 2026-04-20 00:21:33.969845353 +0300 @@ -155,3 +155,11 @@ biscuit:: ) export(PACKAGE biscuit) + +set(target1 biscuit) +configure_file(biscuit.pc.in + biscuit.pc @ONLY) +install( + FILES "${CMAKE_CURRENT_BINARY_DIR}/biscuit.pc" + DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig/" +)