diff options
Diffstat (limited to 'templates/dra7xx-evm/conf')
-rw-r--r-- | templates/dra7xx-evm/conf/local.conf.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/dra7xx-evm/conf/local.conf.sample b/templates/dra7xx-evm/conf/local.conf.sample index 140a30d72..71b018f44 100644 --- a/templates/dra7xx-evm/conf/local.conf.sample +++ b/templates/dra7xx-evm/conf/local.conf.sample @@ -254,6 +254,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 ############### |