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.6-pkgconf.patch

12 lines
709 B

--- a/OpenRGB.pro 2021-06-06 22:51:12.022561718 +0100
+++ b/OpenRGB.pro 2021-06-06 22:51:24.466105358 +0100
@@ -837,7 +837,7 @@ unix:!macx {
# hidapi-hidraw >= 0.10.1 supports USAGE/USAGE_PAGE #
# Define USE_HID_USAGE if hidapi-hidraw supports it #
#---------------------------------------------------------------------------------------#
- HIDAPI_HIDRAW_VERSION = $$system(pkgconf --modversion hidapi-hidraw)
+ HIDAPI_HIDRAW_VERSION = $$system(pkg-config --modversion hidapi-hidraw)
if(versionAtLeast(HIDAPI_HIDRAW_VERSION, "0.10.1")) {
DEFINES += USE_HID_USAGE
}