GNOME Bugzilla – Bug 155461
typing-break does not build on Solaris
Last modified: 2005-02-03 22:30:18 UTC
typing-break does not build on Solaris. This is because typing-break tries to link to libXss.so which does not exists on Solaris. The screensaver functionality is provided by libXext.so itself on Solaris, there is no separate library for xscreensaver.
As libXss.so is not present on Solaris the link check fails, and typing-break is never getting built on Solaris even though the xscreensaver functions are available. Checking for libXext.so also is libXss.so is not found fixes the bug. Attaching a patch shortly.
Created attachment 32624 [details] [review] patch which fixes the bug
Sorry for not responding sooner, I didn't see this one. I can't tell if it's correct or not but it looks OK, and it still works for me after applying it.
I went ahead and commited this, thanks!