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:52:43 +0100 |
commit | 04a1030951f14b95abe917e53116021ebc6c4396 (patch) | |
tree | 8bdaf69dee89eac2dfcc79016ea71048e958c754 /scripts/postinst-intercepts | |
parent | 9c9fd32105bd1a5e1c01f9dd5d1a56ceef12554e (diff) | |
download | openembedded-core-04a1030951f14b95abe917e53116021ebc6c4396.tar.gz openembedded-core-04a1030951f14b95abe917e53116021ebc6c4396.tar.bz2 openembedded-core-04a1030951f14b95abe917e53116021ebc6c4396.zip |
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>
Diffstat (limited to 'scripts/postinst-intercepts')
0 files changed, 0 insertions, 0 deletions