After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 702329 - remove checks for upower and libnss
remove checks for upower and libnss
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
3.8.x
Other All
: Normal trivial
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2013-06-15 11:50 UTC by Antoine Jacoutot
Modified: 2013-07-30 15:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
don't check for upower+libnss (1.57 KB, patch)
2013-06-15 11:50 UTC, Antoine Jacoutot
none Details | Review
configure: drop some unused deps (3.73 KB, patch)
2013-06-17 12:36 UTC, Ray Strode [halfline]
committed Details | Review
configure: drop last remaining reference to upower (1.32 KB, patch)
2013-07-30 15:49 UTC, Ray Strode [halfline]
committed Details | Review

Description Antoine Jacoutot 2013-06-15 11:50:35 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.
Comment 1 Ray Strode [halfline] 2013-06-17 12:36:57 UTC
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.
Comment 2 Ray Strode [halfline] 2013-06-17 12:37:16 UTC
Attachment 247027 [details] pushed as c406220 - configure: drop some unused deps
Comment 3 Ray Strode [halfline] 2013-07-30 15:49:59 UTC
Created attachment 250482 [details] [review]
configure: drop last remaining reference to upower

Spotted by Colin Guthrie <colin@mageia.org>
Comment 4 Ray Strode [halfline] 2013-07-30 15:50:17 UTC
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