diff options
author | Tadao Tnikawa <tanikawa.tadao@jp.panasonic.com> | 2015-11-12 11:42:44 +0900 |
---|---|---|
committer | Tadao Tnikawa <tanikawa.tadao@jp.panasonic.com> | 2015-11-12 12:53:49 +0900 |
commit | bf3704a72753e909fb48ef3188c7e4cf20b73698 (patch) | |
tree | d45cbfc81835a8c553babb8d333c729a305c5a2f /conf | |
parent | 505db9d020f0c176b9f1cc12766ed977d8da17a1 (diff) |
Removed QtWebkit (To reduce build time for development CES2016-demo)
Because we currently don't use QtWebkit for DEMO apps,
QtWebkit has been removed from packages to be installed into
agl-demo-platform to reduce build time.
Change-Id: I874fe1b9fae24965343ea8bf4e4bffcc807dabc9
Signed-off-by: Tadao Tnikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/local.conf.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index c2da6e6be..a9ed1b802 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -1,3 +1,6 @@ +# Commnet out below if want to use QtWebkit +PACKAGECONFIG_remove_pn-qtquick1 = "webkit" + # # This file is your local configuration file and is where all local user settings # are placed. The comments in this file give some guide to the options a new user |