GNOME Bugzilla – Bug 678120
Build patches
Last modified: 2012-06-15 10:53:21 UTC
Two patches to unbreak the build.
Created attachment 216441 [details] [review] build: Link against xext, needed for XSync API
Created attachment 216442 [details] [review] build: Link test-power plugin against -lm, it uses floor()
Comment on attachment 216442 [details] [review] build: Link test-power plugin against -lm, it uses floor() Attachment 216442 [details] pushed as c36c0eb - build: Link test-power plugin against -lm, it uses floor()
Created attachment 216450 [details] [review] power: Link to xext Since we use XSync(), the build will fail if the linker defaults to --no-copy-dt-needed-entries.
There was already a misused UPOWER_* pkg-config check, so we used that instead.