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
commit86b4e2ae7af16333a25fe4614ba39e9f0a08a35d (patch)
tree50d574cec7e04ed3bed067b1f828abcd51f41d0c /recipes-sato
parenta08b618721a5d6daa326390802550e7cef2254da (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}"