Bug 4149 - libXScrnSaver installs itself as libXScrnSaver should be libXss
Summary: libXScrnSaver installs itself as libXScrnSaver should be libXss
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Build/Modular (show other bugs)
Version: 6.99.99.900 (7.0 RC0)
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 1690
  Show dependency treegraph
 
Reported: 2005-08-19 22:48 UTC by Doug Goldstein
Modified: 2005-08-27 19:59 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments
libXss-libname.patch (632 bytes, patch)
2005-08-19 22:49 UTC, Doug Goldstein
no flags Details | Splinter Review
change -lXScrnSaver to -lXss in xscrnsaver.pc.in (1.06 KB, patch)
2005-08-20 18:38 UTC, Jana Saout
no flags Details | Splinter Review

Description Doug Goldstein 2005-08-19 22:48:54 UTC
libXScrnSaver's Makefile installs it as libXScrnSaver when in Xorg 7.0 it should
remain as libXss for compatibility purposes.
Comment 1 Doug Goldstein 2005-08-19 22:49:34 UTC
Created attachment 2939 [details] [review]
libXss-libname.patch

patch to src/Makefile.am to change it to libXss.
Comment 2 Jana Saout 2005-08-20 17:35:37 UTC
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?
Comment 3 Jana Saout 2005-08-20 18:38:13 UTC
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.
Comment 4 Adam Jackson 2005-08-28 12:59:29 UTC
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.