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 338848 - gdk_x11_display_get_user_time causes unstated gtk version dependency
gdk_x11_display_get_user_time causes unstated gtk version dependency
Status: RESOLVED FIXED
Product: gnome-desktop
Classification: Core
Component: general
2.14.x
Other All
: Normal normal
: ---
Assigned To: Desktop Maintainers
Desktop Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-18 02:30 UTC by Daniel Macks
Modified: 2006-04-24 12:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel Macks 2006-04-18 02:30:01 UTC
gnome-desktop-2.14.1 uses gdk_x11_display_get_user_time, which was introduced in in gtk+-2.7 development series (2.7.0 according to its ChangeLog), but the gnome-desktop configure.in only declares

GTK_REQUIRED=2.4.0

Need to bump that to

GTK_REQUIRED=2.7.0
Comment 1 Vincent Untz 2006-04-24 12:57:16 UTC
Thanks. Fixed.