corectrl fails to build
CoreCtrl
I found out a way to install corectrl in debian buster
Package request: corectrl
Videos
And now it works for debian 10 and 11 too!
You need to have non-free repo enabled. Otherwise no way. Because it needs amd-firmware and its not on free repo. Follow this wiki first: https://wiki.debian.org/AtiHowTo
This first, according to dependencies declared in corectrl github:
sudo apt install libdrm-dev gcc cmake libqt4-svg libqt5svg5 qml-module-qtquick-controls qml-module-qtquick-controls2 qml-module-qtquick-controls qml-module-qtquick-layouts qml-module-qtcharts qml-module-qt-labs-platform libkf5archive5 extra-cmake-modules libqt5quickcontrols2-5 qtdeclarative5-dev libqt5charts5-dev libqt5svg5-dev qt4-linguist-tools qttools5-dev qttools5-dev-tools libkf5auth-dev libkf5archive-dev libbotan-2-dev libbotan-2-doc python3-botan qtdeclarative5-dev libqt5charts5-dev libqt5svg5-dev sysvinit-utils hwdata mesa-utils util-linux
DEBIAN 11: To install in debian 11, you need to remove the following packages from this list, because those packages DON'T EXIST ANYMORE in debian 11:
libqt4-svg qt4-linguist-tools
Then, continue the steps after "build" here: https://gitlab.com/corectrl/corectrl/-/wikis/Installation
It works. I tried. I might have missed some dependencies, but tell me if anything goes wrong post it here so I'll incorrect them.