AltF02 / x11-rs

Rust bindings for X11 libraries
https://docs.rs/x11
MIT License
204 stars 66 forks source link

libxext is not linked #175

Open Rua opened 3 months ago

Rua commented 3 months ago

I'm using the xshm functions, which as far as I know, require the xext library to be linked. I'm getting "undefined reference" errors for these functions when I compile.