]> code.ossystems Code Review - openembedded-core.git/commit
webkitgtk: Use ON/OFF for cmake switches.
authorCarlos Alberto Lopez Perez <clopez@igalia.com>
Thu, 1 Oct 2015 13:49:49 +0000 (15:49 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 Oct 2015 16:52:43 +0000 (17:52 +0100)
commit04a1030951f14b95abe917e53116021ebc6c4396
tree8bdaf69dee89eac2dfcc79016ea71048e958c754
parent9c9fd32105bd1a5e1c01f9dd5d1a56ceef12554e
webkitgtk: Use ON/OFF for cmake switches.

  * This is a cosmetic patch.

  * Using ON/OFF instead of True/False is exactly the same for cmake
    (is case insensitive).

  * But WebKitGTK+ preffers (and uses) the first option. So when you
    check which values were enabled for the build (at log.do_configure)
    you will see that every option that was not modified will print either
    OFF or ON, meanwhile the options modified by this recipe will print
    True or False. For example:

         [...]
         --  ENABLE_THREADED_COMPOSITOR                OFF
         --  ENABLE_PLUGIN_PROCESS_GTK2 .............. ON
         --  ENABLE_MINIBROWSER                        True
         [...]

Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-sato/webkit/webkitgtk_2.8.5.bb