GNOME Bugzilla – Bug 673445
dependency on GTK3 not tight enough
Last modified: 2012-07-03 23:35:47 UTC
gnome-power-manager uses GRessource, so it needs to bump the configure check. Otherwise the build will fail like: gnome_power_statistics-gpm-statistics.o: In function `gpm_stats_startup_cb': /tmp/buildd/gnome-power-manager-3.4.0/src/gpm-statistics.c:1911: undefined reference to `gtk_builder_add_from_resource' collect2: ld returned 1 exit status make[4]: *** [gnome-power-statistics] Error 1 make[4]: Leaving directory `/tmp/buildd/gnome-power-manager-3.4.0/src See also https://bugzilla.gnome.org/show_bug.cgi?id=673331
Created attachment 217880 [details] [review] proposed patch Trivial patch to update the gtk+ version check in configure. OK to commit?
Created attachment 217881 [details] [review] proposed patch Sorry, accidentally used the wrong email in the first version of the patch :/
Looks good to me, please commit. Thanks dude.
Committed to master (http://git.gnome.org/browse/gnome-power-manager/commit/?id=faa38e343c7fb11b388c1f33ad3cda0984183159) and gnome-3-4 branch (http://git.gnome.org/browse/gnome-power-manager/commit/?h=gnome-3-4&id=dfc6f1d993c4462229783cc43d07c1224ae01c87)