summaryrefslogtreecommitdiff
path: root/recipes-sato
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-02-10 14:19:33 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-03-14 14:26:29 +0100
commitc99f2ad262fb253a5cc39aa5c343b49b469869ff (patch)
tree7886feeecf9120f404a77afef193596eb390432a /recipes-sato
parente66a91d6415be68a08f8e4ac8d6a839bdd3fbb30 (diff)
webkitgtk_2.8.5.bbappend: use thumb, set PACKAGECONFIG for X11
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-sato')
-rw-r--r--recipes-sato/webkit/webkitgtk_2.8.5.bbappend8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-sato/webkit/webkitgtk_2.8.5.bbappend b/recipes-sato/webkit/webkitgtk_2.8.5.bbappend
index e8ad170..4b0b30b 100644
--- a/recipes-sato/webkit/webkitgtk_2.8.5.bbappend
+++ b/recipes-sato/webkit/webkitgtk_2.8.5.bbappend
@@ -1,5 +1,5 @@
-EXTRA_OECONF_append_vf = "\
- --enable-video=no --enable-video-track=no --enable-web-audio=no \
- --enable-webgl=no --enable-spellcheck=no \
-"
+PACKAGECONFIG = "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', 'wayland' ,d)}"
+
+ARM_INSTRUCTION_SET_vf = "thumb"
+
PACKAGE_ARCH_vf = "${MACHINE_ARCH}"