diff options
author | 2025-01-08 01:32:05 +0000 | |
---|---|---|
committer | 2025-01-09 22:21:58 +0100 | |
commit | f549131bad328118a2104b73a522af2d12e5fe60 (patch) | |
tree | 424f4b050b727c60cdfeea0c866b6cb3e1de958f /app-misc | |
parent | app-misc/openrgb: fix ODR violations (diff) | |
download | gentoo-f549131bad328118a2104b73a522af2d12e5fe60.tar.gz gentoo-f549131bad328118a2104b73a522af2d12e5fe60.tar.bz2 gentoo-f549131bad328118a2104b73a522af2d12e5fe60.zip |
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>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/openrgb/openrgb-9999.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-misc/openrgb/openrgb-9999.ebuild b/app-misc/openrgb/openrgb-9999.ebuild index caf2ae3dcb8b..1d00eb21c792 100644 --- a/app-misc/openrgb/openrgb-9999.ebuild +++ b/app-misc/openrgb/openrgb-9999.ebuild @@ -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() { |