GNOME Bugzilla – Bug 610244
Fix linking with pedantic linkers
Last modified: 2010-03-10 10:20:08 UTC
Probably not the best solution, but works nonetheless.
Created attachment 154014 [details] [review] Fix linking with pedantic linkers The common library and the background plugin both use libX11 symbols so need to link against it.
Uh, shouldn't this be done in configure instead? Adding explicit lib dependencies in the Makefiles just doesn't seem right.
Created attachment 155631 [details] [review] Fix linking with pedantic linkers The common library and the background and mouse plugins use libX11 symbols so need to link against it. The media-keys, and mouse plugins use libm symbols so need to link against it.
Attachment 155631 [details] pushed as 393ca4f - Fix linking with pedantic linkers