Bug 83850

Summary: Bump glib minimum version
Product: upower Reporter: Eric Koegel <eric.koegel>
Component: generalAssignee: Richard Hughes <richard>
Status: RESOLVED FIXED QA Contact:
Severity: trivial    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: Bump GLib min req to 2.34

Description Eric Koegel 2014-09-14 16:06:46 UTC
When building upower from git on Debian stable a warning is emitted:
up-device.c:144:2: warning: implicit declaration of function 'g_clear_pointer' [-Wimplicit-function-declaration]

Full build log is available at: http://li604-44.members.linode.com/job/upower/label=debian/lastBuild/console

g_clear_pointer is available in Glib 2.34. So we'll need to update the configure.ac to match that.
Comment 1 Eric Koegel 2014-09-14 16:08:41 UTC
Created attachment 106275 [details] [review]
Bump GLib min req to 2.34

Propsed patch.
Comment 2 Richard Hughes 2014-09-16 09:32:15 UTC
Applied, thanks.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.