GNOME Bugzilla – Bug 631251
Allow building against gtk3
Last modified: 2010-10-03 21:54:19 UTC
Created attachment 171643 [details] [review] patch Here is a patch that adds the customary --with-gtk configure option. Unfortunately, building against gtk3 doesn't currently work, since vala hasn't been told about the demise of GtkObject yet.
commit ed8d0d54e336f7bbd87cea3bf86ec1b4be795c20 Author: Matthias Clasen <mclasen@redhat.com> Date: Sun Oct 3 17:51:03 2010 -0400 Allow building against GTK+ 3 This commit adds the customary --with-gtk configure option. For now, it defaults to GTK+ 2, since a newer vala is needed to build successfully against GTK+ 3. https://bugzilla.gnome.org/show_bug.cgi?id=631251