GNOME Bugzilla – Bug 624564
Make it possible to build against GTK+ 3
Last modified: 2010-07-16 21:24:03 UTC
Created attachment 166034 [details] [review] Make it possible to build against GTK+ 3 It would be nice to have file-roller built against GTK+ 3, it is just a matter of a bit of GSEAL work and updating configure.ac but you may want to keep the possibility to build against GTK+ 2 for some distributions, so the attached patch introduces a new configure switch, and people who want to keep using GTK+ 2 will just have to pass --with-gtk=2.0. Do note it was also necessary to bump the GTK+ *2* required version, as some GSEAL work has only landed very recently.
I already fixed the GSEAL part some day ago, I've applied the changes to configure.ac now, thanks.