91861 / wayst

A simple terminal emulator
MIT License
287 stars 9 forks source link

wayst depends on libwayland-client.so.0 #61

Closed shoober420 closed 3 years ago

shoober420 commented 3 years ago

When trying to launch wayst on a pure Xorg machine with no Xwayland installed, wayst still depends on the libwayland-client.so.0 library to launch. I even built wayst with the “window_protocol=x11” compile option, and it still depends on it.

91861 commented 3 years ago

What is the output of lddtree wayst (arch package pax-utils) after clean building with make -B window_protocol=x11? Doesn't seem to happen on my setups. Maybe it's a driver thing?

shoober420 commented 3 years ago

That fixed it. I must have added the compile option to the PKGBUILD incorrectly. Thank you. I’m for certain this is related to my other issue (https://github.com/91861/wayst/issues/56).