GNOME Bugzilla – Bug 634193
Incorrect glib required version
Last modified: 2011-01-10 09:43:51 UTC
Created attachment 173967 [details] [review] PATCH G_DEFINE_BOXED_TYPE was introduced in 2.26. Note that current Debian testing (currently in freeze to become the next stable) uses the 2.24. Is there a way to relax this dependency?
G_TYPE_ERROR was also introduced in 2.26.
I successfully compile gitg on Debian squeeze (current testing, near future stable). Please, apply attached patch. I'm also able to provide 3 distincts patches, if prefered.
Created attachment 174392 [details] [review] Patch to relax dependency to glib 2.24
We have increased to 2.26 for master now, I want to move forward and not make the code uglier by maintaining 2.24 backwards compatibility. 2.26 is stable.