Skip to content

Commit

Permalink
Fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JezerM committed Jan 5, 2022
1 parent eedf90e commit 09a4e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/bindings/binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"target_name": "screensaver",
"sources": [ "screensaver.cc" ],
"libraries": [
"-lxcb", "-lX11", "-lX11-xcb"
"-lxcb", "-lX11"
]
}
]
Expand Down

0 comments on commit 09a4e9a

Please sign in to comment.