summaryrefslogtreecommitdiff
path: root/app-misc/openrgb/files/OpenRGB-0.6-pkgconf.patch
blob: 380b1091d225a87d4964e02bb37379f2a86e1701 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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
         }