Bug 50890 - [GTK] minimal build unrecognized options
Summary: [GTK] minimal build unrecognized options
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-12 05:07 PST by Philippe Normand
Modified: 2011-02-18 03:31 PST (History)
6 users (show)

See Also:


Attachments
proposed patch (12.45 KB, patch)
2011-01-11 03:16 PST, Philippe Normand
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 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
Comment 1 ChangSeok Oh 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?
Comment 2 Philippe Normand 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.
Comment 3 Martin Robinson 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.
Comment 4 Philippe Normand 2011-02-18 02:06:52 PST
Committed r78981: <http://trac.webkit.org/changeset/78981>
Comment 5 WebKit Review Bot 2011-02-18 03:31:32 PST
http://trac.webkit.org/changeset/78981 might have broken GTK Linux 64-bit Debug