app-misc/openrgb: update live

Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/40038
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Alexey Sokolov
2025-01-08 01:32:05 +00:00
committed by Maciej Barć
parent dccb01aefb
commit f549131bad

View File

@@ -52,6 +52,9 @@ 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() {