Skip to content

Commit

Permalink
Avoid extra dylib dependencies (#466)
Browse files Browse the repository at this point in the history
Neither X or GL related libraries are needed for livekit sdk to work in the client code.
  • Loading branch information
SomeoneToIgnore authored Oct 9, 2024
1 parent 8242570 commit 9378fae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions webrtc-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@ fn main() {
builder.flag("/std:c++20").flag("/EHsc");
}
"linux" => {
println!("cargo:rustc-link-lib=dylib=Xext");
println!("cargo:rustc-link-lib=dylib=X11");
println!("cargo:rustc-link-lib=dylib=GL");
println!("cargo:rustc-link-lib=dylib=rt");
println!("cargo:rustc-link-lib=dylib=dl");
println!("cargo:rustc-link-lib=dylib=pthread");
Expand Down

0 comments on commit 9378fae

Please sign in to comment.