diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-03-12 01:49:51 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-03-12 01:49:51 +0000 |
commit | ef0fedb39c21a343a3f316726f272bad9005b22c (patch) | |
tree | 0d64e58453e117f61a9e1641532926278f51b72e /app-misc/openrgb/openrgb-9999.ebuild | |
parent | cf7807d7aea23a99a144afceaba961cfed652b5f (diff) |
Diffstat (limited to 'app-misc/openrgb/openrgb-9999.ebuild')
-rw-r--r-- | app-misc/openrgb/openrgb-9999.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-misc/openrgb/openrgb-9999.ebuild b/app-misc/openrgb/openrgb-9999.ebuild index 1d00eb21c792..d5be8e1b92c7 100644 --- a/app-misc/openrgb/openrgb-9999.ebuild +++ b/app-misc/openrgb/openrgb-9999.ebuild @@ -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() { |