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 355437 - Too lean libgnome dependency (needs at least version 2.14)
Too lean libgnome dependency (needs at least version 2.14)
Status: RESOLVED FIXED
Product: gnome-power-manager
Classification: Deprecated
Component: general
2.16.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Power Manager Maintainer(s)
GNOME Power Manager Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2006-09-11 14:12 UTC by Mart Raudsepp
Modified: 2006-09-12 10:23 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Mart Raudsepp 2006-09-11 14:12:34 UTC
configure.in has LIBGNOME_REQUIRED=2.10.0, however at least version 2.14.0 is required, because GNOME_PARAM_GOPTION_CONTEXT is used, which was introduced in 2.14.
Are the other deps correct?
Comment 1 Richard Hughes 2006-09-12 10:23:39 UTC
Hey, nice find. Applied to head and gnome_2_16:

2006-09-12  Richard Hughes  <richard@hughsie.com>

	* configure.in: Increase dep of libgnome to 2.14.0 because we are using
	GNOME_PARAM_GOPTION_CONTEXT, which was introduced in 2.14.0
	Spotted by Mart Raudsepp, to fix #355437, many thanks.