summaryrefslogtreecommitdiffstats
path: root/package/webkit
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2009-08-04 17:07:19 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2009-08-04 17:14:50 +0200
commit83cc37a0b234970cad2fe6d028cb1c00642e7ec3 (patch)
tree2656c5ad3353fd4b04989726eb52b5aa44e708cc /package/webkit
parent5b72dda69f72e1953dfc7987dd1b418e1afe79a4 (diff)
downloadbuildroot-novena-83cc37a0b234970cad2fe6d028cb1c00642e7ec3.tar.gz
buildroot-novena-83cc37a0b234970cad2fe6d028cb1c00642e7ec3.zip
webkit: only show the rendering backend choice when webkit is enabled
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/webkit')
-rw-r--r--package/webkit/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/webkit/Config.in b/package/webkit/Config.in
index e436f9acf..ecf869429 100644
--- a/package/webkit/Config.in
+++ b/package/webkit/Config.in
@@ -18,6 +18,8 @@ config BR2_PACKAGE_WEBKIT
comment "webkit requires a toolchain with C++ support and WCHAR enabled"
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR
+if BR2_PACKAGE_WEBKIT
+
choice
prompt "Rendering target"
default BR2_PACKAGE_WEBKIT_X
@@ -32,3 +34,5 @@ config BR2_PACKAGE_WEBKIT_DIRECTFB
select BR2_PACKAGE_DIRECTFB
endchoice
+
+endif