summaryrefslogtreecommitdiff
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
commit42885ce1aa64e684bb0405220693b4a24b1ee69b (patch)
tree97e417157539aa7524124b3088604f087c842df5
parentdbdec0fc242ea3cd160b4c74814ea7cadf099ce0 (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.
-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}"