From 9fd03ea7f1154cc416afa5155c502e135fdbce80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20B=C3=A1rta?= Date: Wed, 22 Oct 2025 10:29:43 +0200 Subject: [PATCH] fix(build): add build dependency for tpmtcg variant --- debian/configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/configure b/debian/configure index 77fd8c2..1e060d6 100755 --- a/debian/configure +++ b/debian/configure @@ -42,6 +42,9 @@ CONFLICTS=$(awk -F, "{ if (\$2 != \"$CONFNAME\") printf \"libuta-%s, \", \$2;}" if [ "$CONFNAME" == "tpmibm" ]; then HW_SPECIFIC_BUILD_DEPENDS=", libtss-dev" HW_SPECIFIC_PACKAGE_DEPENDS=", libtss0" +elif [ "$CONFNAME" == "tpmtcg" ]; then + HW_SPECIFIC_BUILD_DEPENDS=", libtss2-dev" + HW_SPECIFIC_PACKAGE_DEPENDS="" else HW_SPECIFIC_BUILD_DEPENDS="" HW_SPECIFIC_PACKAGE_DEPENDS=""