11 lines
709 B
Diff
11 lines
709 B
Diff
--- 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
|
|
}
|