summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorCarlos Alberto Lopez Perez <clopez@igalia.com>2016-05-31 16:45:06 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-06-19 19:45:03 +0000
commit522ca6c9f32edc3e571a3c7a0bb0789561d449a9 (patch)
tree5f91a476fc17fd0932b602ef217058a0108e1bfb /conf
parent17c72933a7ba223613a6f941c83f1524554be6a0 (diff)
Document how to build WebKitForWayland:
Add on the local.conf.samples the required line for building WebKitForWayland. Add it commented because of the time it takes to build. Change-Id: I5445c37f02dfe7e44e2f54a82a067365ebc1dcb9 Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/local.conf.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index 216211ea..b7422a66 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -262,6 +262,9 @@ APPEND += "console=ttyS0,115200n8"
# All boot message will be off
APPEND += "quiet"
+# Uncomment below if want to build WebKitForWayland:
+#IMAGE_INSTALL_append = " webkitforwayland"
+
###############
# /END AGL
###############