Hi, I tested the below but I don't see the build log change or binary pick up new dependencies:
commit 683c6768c9b6b787f16ecfd1417449e758e520fc (HEAD -> debian/latest) Author: Otto Kekäläinen <[email protected]> Date: Thu Feb 12 09:28:38 2026 +0800 Build-depend on librocm to enable GPU stats for AMD CPUs (Closes: #1121425) diff --git a/debian/control b/debian/control index 07da47f..d661d61 100644 --- a/debian/control +++ b/debian/control @@ -3,6 +3,7 @@ Section: utils Maintainer: Otto Kekäläinen <[email protected]> Build-Depends: debhelper-compat (= 13), + librocm-smi-dev, lowdown, Standards-Version: 4.7.3 Homepage: https://github.com/aristocratos/btop $ objdump -x btop_1.4.6-2_amd64/usr/bin/btop | grep NEEDS (empty) This needs more research on how to actually enable it.

