Skip to content

Commit

Permalink
Add lxcbcommon link
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Dec 3, 2023
1 parent 4f46e81 commit 134d1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -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',
'-luiohook', '-lX11', '-lXt', '-lxcb', '-lX11-xcb', '-lxkbcommon', '-lxkbcommon-x11',
],
'defines': ['__linux__'],
}],
Expand Down

0 comments on commit 134d1e3

Please sign in to comment.