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 694209 - build failure due to incorrect dependency on gnome-desktop-3.0
build failure due to incorrect dependency on gnome-desktop-3.0
Status: RESOLVED FIXED
Product: gnome-session
Classification: Core
Component: gnome-session
git master
Other Linux
: Normal normal
: ---
Assigned To: Session Maintainers
Session Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-02-19 20:09 UTC by Dominique Leuenberger
Modified: 2013-02-20 22:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Require gnome-desktop-3.0 >= 3.7.90 (888 bytes, patch)
2013-02-19 20:10 UTC, Dominique Leuenberger
committed Details | Review

Description Dominique Leuenberger 2013-02-19 20:09:41 UTC
gnome-session specifies to require gnome-desktop-3.7.3 as requirement, but due to the usage of gnome_idle_monitor_add_user_active_watch it should be  3.7.90 (which was the first release to have it).
Comment 1 Dominique Leuenberger 2013-02-19 20:10:20 UTC
Created attachment 236828 [details] [review]
Require gnome-desktop-3.0 >= 3.7.90

gnome_idle_monitor_add_user_active_watch did not exist in previous versions.
Comment 2 Ray Strode [halfline] 2013-02-20 22:19:40 UTC
Comment on attachment 236828 [details] [review]
Require gnome-desktop-3.0 >= 3.7.90

sure