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.7-r1-udev.patch

16 lines
410 B

Don't install udev rules
This is handled by udev eclass instead
--- a/OpenRGB.pro
+++ b/OpenRGB.pro
@@ -1246,7 +1246,5 @@ unix:!macx {
icon.files+=qt/OpenRGB.png
metainfo.path=$$PREFIX/share/metainfo/
metainfo.files+=qt/org.openrgb.OpenRGB.metainfo.xml
- rules.path=$$PREFIX/lib/udev/rules.d/
- rules.files+=60-openrgb.rules
INSTALLS += target desktop icon metainfo rules
}
GitLab