GNOME Bugzilla – Bug 702329
remove checks for upower and libnss
Last modified: 2013-07-30 15:50:17 UTC
Created attachment 246883 [details] [review] don't check for upower+libnss Hi. With the recent removal of the fallback greeter, UPower and NSS are not needed anymore. However configure still checks for them (and in the NSS case, it's a hard dependency). The attached patch fixes this for me, would that be alright to push? Thanks.
Created attachment 247027 [details] [review] configure: drop some unused deps Now that the fallback greeter is gone, we don't need to check for upower, NSS, and some other things. This commit mops some of that up.
Attachment 247027 [details] pushed as c406220 - configure: drop some unused deps
Created attachment 250482 [details] [review] configure: drop last remaining reference to upower Spotted by Colin Guthrie <colin@mageia.org>
Comment on attachment 250482 [details] [review] configure: drop last remaining reference to upower Attachment 250482 [details] pushed as e33c9a6 - configure: drop last remaining reference to upower