app-misc/openrgb: update live 9999

Closes: https://bugs.gentoo.org/950975
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć 2025-03-11 19:24:59 +01:00
parent faab3e6a5c
commit ba2df5f9c4
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A

View File

@ -50,11 +50,9 @@ CHECKREQS_DISK_BUILD="2G"
src_prepare() {
default
rm -r dependencies/{httplib,hidapi,libusb,mdns,json,mbedtls}* \
|| die "Failed to remove unneded deps"
rm dependencies/hueplusplus-1.1.0/include/json/json.hpp || die
echo "#include <nlohmann/json.hpp>" > dependencies/hueplusplus-1.1.0/include/json/json.hpp || die
}
src_configure() {