Skip to content

Commit 9378fae

Browse files
Avoid extra dylib dependencies (#466)
Neither X or GL related libraries are needed for livekit sdk to work in the client code.
1 parent 8242570 commit 9378fae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

webrtc-sys/build.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ fn main() {
126126
builder.flag("/std:c++20").flag("/EHsc");
127127
}
128128
"linux" => {
129-
println!("cargo:rustc-link-lib=dylib=Xext");
130-
println!("cargo:rustc-link-lib=dylib=X11");
131-
println!("cargo:rustc-link-lib=dylib=GL");
132129
println!("cargo:rustc-link-lib=dylib=rt");
133130
println!("cargo:rustc-link-lib=dylib=dl");
134131
println!("cargo:rustc-link-lib=dylib=pthread");

0 commit comments

Comments
 (0)