After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 631251 - Allow building against gtk3
Allow building against gtk3
Status: RESOLVED FIXED
Product: dconf
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: dconf-maint
dconf-maint
Depends on:
Blocks:
 
 
Reported: 2010-10-03 19:38 UTC by Matthias Clasen
Modified: 2010-10-03 21:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.08 KB, patch)
2010-10-03 19:38 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2010-10-03 19:38:00 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.
Comment 1 Matthias Clasen 2010-10-03 21:54:19 UTC
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