diff options
author | Carlos Alberto Lopez Perez <clopez@igalia.com> | 2015-10-01 15:49:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-01 17:54:55 +0100 |
commit | d5ce2f50a61e40cd97ebb83f70fbceb3e6014032 (patch) | |
tree | 1f61d065a86025b27c5667c92adf74f4ae56668a /documentation/dev-manual/figures | |
parent | ebd5035a7bb6afc755e13908e62fbde5aec53581 (diff) | |
download | poky-d5ce2f50a61e40cd97ebb83f70fbceb3e6014032.tar.gz |
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
[...]
(From OE-Core rev: 04a1030951f14b95abe917e53116021ebc6c4396)
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>
Diffstat (limited to 'documentation/dev-manual/figures')
0 files changed, 0 insertions, 0 deletions