[Webkit-unassigned] [Bug 144106] New: [GTK] Make all options actually options

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 23 10:21:14 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=144106

            Bug ID: 144106
           Summary: [GTK] Make all options actually options
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com

We have several options in PlatformGTK.cmake that are not actually options right now:

set(ENABLE_GTKDOC OFF CACHE BOOL "Whether or not to use generate gtkdoc.")
set(ENABLE_X11_TARGET ON CACHE BOOL "Whether to enable support for the X11 windowing target.")
set(ENABLE_WAYLAND_TARGET OFF CACHE BOOL "Whether to enable support for the Wayland windowing target.")
set(ENABLE_INTROSPECTION ON CACHE BOOL "Whether to enable GObject introspection.")
set(ENABLE_GLES2 OFF CACHE BOOL "Whether to enable OpenGL ES 2.0.")

These should all be defined with WEBKIT_OPTION_DEFINE so that they are printed in the features list.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150423/f322384e/attachment.html>


More information about the webkit-unassigned mailing list