Skip to content

Commit

Permalink
Merge pull request swaywm#204 from wsinnema/xcb-errors-fix
Browse files Browse the repository at this point in the history
Fix for linking errors
  • Loading branch information
Timidger authored Aug 17, 2018
2 parents e22bef7 + 51385f4 commit 3cb1ce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wlroots-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ fn main() {
println!("cargo:rustc-link-lib=dylib=xcb-shm");
println!("cargo:rustc-link-lib=dylib=xcb-icccm");
println!("cargo:rustc-link-lib=dylib=xcb-xkb");
println!("cargo:rustc-link-lib=dylib=xcb-errors");
println!("cargo:rustc-link-lib=dylib=wayland-egl");
println!("cargo:rustc-link-lib=dylib=wayland-client");
println!("cargo:rustc-link-lib=dylib=wayland-server");
Expand Down

0 comments on commit 3cb1ce9

Please sign in to comment.