diff options
Diffstat (limited to 'templates/wandboard')
-rw-r--r-- | templates/wandboard/conf/local.conf.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/wandboard/conf/local.conf.sample b/templates/wandboard/conf/local.conf.sample index 5dfad3e48..a29647926 100644 --- a/templates/wandboard/conf/local.conf.sample +++ b/templates/wandboard/conf/local.conf.sample @@ -264,6 +264,9 @@ MODULE_TARBALL_DEPLOY ?= "0" # All boot message will be off #APPEND += "quiet" +# Uncomment below if want to build WebKitForWayland: +#IMAGE_INSTALL_append = " webkitforwayland" + ############### # /END AGL ############### |