[gtk: 6/8] Add hid.lib to pkg-config file listing




commit 1c633cbea2f5c561eabce7eeebeb591861bdba8b
Author: Luca Bacci <luca bacci982 gmail com>
Date:   Sun Jan 2 18:39:29 2022 +0100

    Add hid.lib to pkg-config file listing

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index c5fbed6ea3..f47c164bf0 100644
--- a/meson.build
+++ b/meson.build
@@ -614,7 +614,7 @@ if win32_enabled
   else
     pc_gdk_extra_libs += ['-Wl,-luuid']
   endif
-  pc_gdk_extra_libs += ['-lwinmm', '-ldwmapi', '-lsetupapi', '-lcfgmgr32']
+  pc_gdk_extra_libs += ['-lwinmm', '-ldwmapi', '-lsetupapi', '-lcfgmgr32', '-lhid']
 
   # Check whether libepoxy is built with EGL support on Windows
 endif


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]