libXScrnSaver's Makefile installs it as libXScrnSaver when in Xorg 7.0 it should remain as libXss for compatibility purposes.
Created attachment 2939 [details] [review] libXss-libname.patch patch to src/Makefile.am to change it to libXss.
Shouldn't this be libXss.so.1 -libXScrnSaver_la_LDFLAGS = -version-info 7:0:0 -no-undefined +libXss_la_LDFLAGS = -version-info 1:0:0 -no-undefined or has the ABI been broken?
Created attachment 2950 [details] [review] change -lXScrnSaver to -lXss in xscrnsaver.pc.in I just noticed that you should not forget to also modify the XScrnSaver pkgconfig file xscrnsaver.pc accordingly.
applied to head, thanks!
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.