Skip to content

Commit 3cb1ce9

Browse files
authored
Merge pull request swaywm#204 from wsinnema/xcb-errors-fix
Fix for linking errors
2 parents e22bef7 + 51385f4 commit 3cb1ce9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wlroots-sys/build.rs

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ fn main() {
5656
println!("cargo:rustc-link-lib=dylib=xcb-shm");
5757
println!("cargo:rustc-link-lib=dylib=xcb-icccm");
5858
println!("cargo:rustc-link-lib=dylib=xcb-xkb");
59+
println!("cargo:rustc-link-lib=dylib=xcb-errors");
5960
println!("cargo:rustc-link-lib=dylib=wayland-egl");
6061
println!("cargo:rustc-link-lib=dylib=wayland-client");
6162
println!("cargo:rustc-link-lib=dylib=wayland-server");

0 commit comments

Comments
 (0)