Comment 17 for bug 1206371

Revision history for this message
Bogdan Bivolaru (bogdan.bivolaru) wrote : Re: kwin is not starting: cannot find libwayland-egl.so.1

Used pu5htiu workaround, but I had to install "libegl1-mesa-drivers" first, so the complete workaround for me is:
sudo apt-get install libegl1-mesa-drivers
ln -s /usr/lib/x86_64-linux-gnu/mesa-egl/libwayland-egl.so.1 /usr/lib/libwayland-egl.so.1.

Could this be a permanent fix, i.e: make libhybris depend on libegl1-mesa-drivers?