summaryrefslogtreecommitdiff
path: root/recipes-sato
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-08-02 12:58:06 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-08-04 11:12:28 +0200
commit7b25f64d9e947820999477068cb185fd585bc19b (patch)
tree4fd102c3fa1bf9144d725b4d89942c9f7f778f9e /recipes-sato
parentd2cfeef726fb46bdde155f3f93eccf1aa6b17c51 (diff)
webkit-gtk: remove video and gl for vybrid builds
These features add and use software rendering. Don't provide them for space and performance reasons.
Diffstat (limited to 'recipes-sato')
-rw-r--r--recipes-sato/webkit/webkit-gtk_1.8.3.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-sato/webkit/webkit-gtk_1.8.3.bbappend b/recipes-sato/webkit/webkit-gtk_1.8.3.bbappend
new file mode 100644
index 0000000..e8ad170
--- /dev/null
+++ b/recipes-sato/webkit/webkit-gtk_1.8.3.bbappend
@@ -0,0 +1,5 @@
+EXTRA_OECONF_append_vf = "\
+ --enable-video=no --enable-video-track=no --enable-web-audio=no \
+ --enable-webgl=no --enable-spellcheck=no \
+"
+PACKAGE_ARCH_vf = "${MACHINE_ARCH}"