From 0f4facd4c27b14dc3973268d7522fe0fddb32b1e Mon Sep 17 00:00:00 2001 From: Luis Blanco Date: Sun, 3 Dec 2023 17:56:36 +0400 Subject: [PATCH] Install libs 2 --- src/binding.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/binding.gyp b/src/binding.gyp index 8b0cc44..6bcb656 100644 --- a/src/binding.gyp +++ b/src/binding.gyp @@ -25,7 +25,7 @@ "-Wl,-rpath,'$$ORIGIN'", "-Wl,-rpath,'$$ORIGIN/../node_modules/deps-uiohook-raub/<(bin)'", "-Wl,-rpath,'$$ORIGIN/../../deps-uiohook-raub/<(bin)'", - '-luiohook', '-lX11', '-lXt', '-lxcb', '-lX11-xcb', '-lxkbcommon', '-lxkbcommon-x11', + '-luiohook', '-lX11', '-lXt', '-lxcb', '-lX11-xcb', '-lxkbcommon', '-lxkbcommon-x11', '-lxtst', ], 'defines': ['__linux__'], }],