diff options
Diffstat (limited to 'templates/qemux86-64/conf/local.conf.sample')
-rw-r--r-- | templates/qemux86-64/conf/local.conf.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/qemux86-64/conf/local.conf.sample b/templates/qemux86-64/conf/local.conf.sample index 8aea4a8b7..48a4cdc49 100644 --- a/templates/qemux86-64/conf/local.conf.sample +++ b/templates/qemux86-64/conf/local.conf.sample @@ -265,6 +265,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 ############### |