diff options
Diffstat (limited to 'templates/raspberrypi3/conf/local.conf.sample')
-rw-r--r-- | templates/raspberrypi3/conf/local.conf.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/raspberrypi3/conf/local.conf.sample b/templates/raspberrypi3/conf/local.conf.sample index 0efce617e..3dcdf65fd 100644 --- a/templates/raspberrypi3/conf/local.conf.sample +++ b/templates/raspberrypi3/conf/local.conf.sample @@ -250,6 +250,9 @@ IMAGE_INSTALL_append = " kernel-modules" # Comment this out to receive the separate modules tarbal again. MODULE_TARBALL_DEPLOY ?= "0" +# Uncomment below if want to build WebKitForWayland: +#IMAGE_INSTALL_append = " webkitforwayland" + ############### # /END AGL ############### |