RESOLVED FIXED50890
[GTK] minimal build unrecognized options
https://bugs.webkit.org/show_bug.cgi?id=50890
Summary [GTK] minimal build unrecognized options
Philippe Normand
Reported 2010-12-12 05:07:39 PST
configure: WARNING: unrecognized options: --disable-3d-canvas, --disable-3d-rendering, --disable-accelerated-2d-canvas, --disable-client-based-geolocation, --disable-datagrid, --disable-device-orientation, --disable-inspector, --disable-meter-tag, --disable-notifications, --disable-progress-tag, --disable-system-malloc, --disable-svg-dom-objc-bindings, --disable-tiled-backing-store, --disable-wcss
Attachments
proposed patch (12.45 KB, patch)
2011-01-11 03:16 PST, Philippe Normand
mrobinson: review+
ChangSeok Oh
Comment 1 2011-01-10 22:02:56 PST
Actually, this issue looks same, bug26232 > https://bugs.webkit.org/show_bug.cgi?id=26232 You might use build-webkit to build. The configure options made by build-webkit don't meet configure.ac options. I quess configure.ac is out of date, so we need to update configure.ac Is there any progress to fix this?
Philippe Normand
Comment 2 2011-01-11 03:16:52 PST
Created attachment 78509 [details] proposed patch This fixes some unknown options. I believe other options like tiled backing store are handled in a separate patch.
Martin Robinson
Comment 3 2011-02-17 15:16:21 PST
Comment on attachment 78509 [details] proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=78509&action=review Some of these are fixed now, but others are definitely something we want. We should consider enabling datagrid by default. > configure.ac:587 > + AC_HELP_STRING([--enable-css], Should probably be --enable-wcss here.
Philippe Normand
Comment 4 2011-02-18 02:06:52 PST
WebKit Review Bot
Comment 5 2011-02-18 03:31:32 PST
http://trac.webkit.org/changeset/78981 might have broken GTK Linux 64-bit Debug
Note You need to log in before you can comment on or make changes to this bug.