diff options
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/tasks/task-poky-apps-x11-pimlico.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-sato/tasks/task-poky-apps-x11-pimlico.bb b/meta/recipes-sato/tasks/task-poky-apps-x11-pimlico.bb index f6c0ec05b..8b75d218c 100644 --- a/meta/recipes-sato/tasks/task-poky-apps-x11-pimlico.bb +++ b/meta/recipes-sato/tasks/task-poky-apps-x11-pimlico.bb @@ -18,11 +18,12 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" ALLOW_EMPTY = "1" -WEB = "web-webkit" +WEB ?= "" +#WEB = "web-webkit" # WebKit takes too much space to fit on some devices # List here for now... -WEB_c7x0 = "" -WEB_mx31ads = "" +#WEB_c7x0 = "" +#WEB_mx31ads = "" RDEPENDS_task-poky-apps-x11-pimlico = "\ eds-dbus \ |