Add AGL Demo Suide for ALS 2016
[AGL/meta-agl-demo.git] / templates / qemux86 / conf / local.conf.sample
index 9c58d9d..dc671a0 100644 (file)
@@ -1,7 +1,7 @@
 # Machine Selection: QEMUx86
 MACHINE ?= "qemux86"
 
-# Commnet out below if want to use QtWebkit
+# Comment out below if want to use QtWebkit
 PACKAGECONFIG_remove_pn-qtquick1 = "webkit"
 
 #
@@ -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
 ###############