From 19546e569a5c2c7c36bb920668af2b3cd7265cd8 Mon Sep 17 00:00:00 2001 From: Micha LaQua Date: Fri, 6 Jul 2012 19:19:47 +0300 Subject: [PATCH] enable webGL --- BoardConfig.mk | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index d9a896b..73be853 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -150,8 +150,6 @@ BOARD_USE_LEGACY_TRACKPAD := true BOARD_USE_LEGACY_TOUCHSCREEN := true TARGET_FORCE_CPU_UPLOAD := true - - - - +# Enable WEBGL in WebKit +ENABLE_WEBGL := true