You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/openrgb/files/OpenRGB-0.9-udev-check.patch

13 lines
342 B

We install udev to /lib/udev instead, which it doesn't check
--- a/ResourceManager.cpp
+++ b/ResourceManager.cpp
@@ -895,7 +895,6 @@ void ResourceManager::DetectDevicesThreadFunction()
{
if(access("/usr/lib/udev/rules.d/60-openrgb.rules", F_OK) != 0)
{
- udev_not_exist = true;
}
}
else